From 2e8e6496f91572017cdb110d2aaf02f0b62ca0c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven=20H=C3=A9=20=28S=C4=ABch=C3=A0ng=29?= Date: Mon, 11 Nov 2024 21:35:46 -0800 Subject: [PATCH] link jsphere eval trick --- linked/JSphere | 2 +- src/SUMMARY.md | 1 + src/notes/research/JSphere/eval_trick.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 src/notes/research/JSphere/eval_trick.md diff --git a/linked/JSphere b/linked/JSphere index 9727420..9c9a064 160000 --- a/linked/JSphere +++ b/linked/JSphere @@ -1 +1 @@ -Subproject commit 97274203620a02f48bcae724336caa5b233397e4 +Subproject commit 9c9a06420adb47f7b462cef220f7af6ccfaff1c9 diff --git a/src/SUMMARY.md b/src/SUMMARY.md index f9f2c6e..0d0016c 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -91,6 +91,7 @@ calls](notes/research/JSphere/popular_api_calls_analysis.md) - [Analysis of selected YouTube scripts API calls](notes/research/JSphere/youtube_scripts_api_calls_overview.md) + - [The `eval` Trick](notes/research/JSphere/eval_trick.md) - [Photo Crypto Auth](notes/research/photo_crypto_auth.md) - [Web Atoms](notes/research/web_atoms.md) - [Server](notes/server/index.md) diff --git a/src/notes/research/JSphere/eval_trick.md b/src/notes/research/JSphere/eval_trick.md new file mode 120000 index 0000000..debe336 --- /dev/null +++ b/src/notes/research/JSphere/eval_trick.md @@ -0,0 +1 @@ +../../../../linked/JSphere/eval_trick.md \ No newline at end of file