Add AnyClip integration tools and extracted source code

- Add authentication scripts with SubtleCrypto password encryption
- Add sourcemap extraction pipeline (update-urls, download-sourcemaps, extract-sources)
- Add Playwright API interception script for monetization endpoints
- Document two-step auth flow with JWT tokens and dual cookies
- Move extracted source from root to anyclip/ directory
- Add project configuration (.env.example, .gitignore, CLAUDE.md)
This commit is contained in:
2026-01-21 10:36:51 +08:00
parent d4fe4800e6
commit e32d475aa9
3463 changed files with 184648 additions and 64341 deletions

View File

@@ -0,0 +1,5 @@
// This function allow to reference async chunks
__webpack_require__.miniCssF = (chunkId) => {
// return url for filenames based on template
return "static/css/" + {"476":"8725225f3cdc0f9b","1231":"e5f3197c574c1feb","2439":"4481a970cf1b3369","3189":"e5dedcb95842a0e3","3210":"9a0360c3bbef1eae","3942":"2a7caa7c580bf6e7","4835":"e9359f137691a6c8","4876":"cd88e295af3c3554","4996":"c06a85dbb993be37","5557":"87fc725861ae3c5e","5865":"ffdcd5fbbd4ecb75","6557":"f8d2868de065e0fb","6666":"5843a515913722db","8083":"df70b84306a0351b","9636":"6b79ffee3a35d5d9","9837":"a47f30f0347b7314"}[chunkId] + ".css";
};