Created
February 26, 2026 15:14
-
-
Save cute-angelia/8183bac751ff63c36cc4bd216a589d01 to your computer and use it in GitHub Desktop.
stash-JS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var body = $response.body; | |
| var url = $request.url; | |
| if (url.indexOf("ess-tiku-api/front/extract/page") > 0) { | |
| body = body.replace(/"isFree":0/g, '"isFree":1') | |
| .replace(/"isUnlock":0/g, '"isUnlock":1') | |
| } | |
| $done({ | |
| body | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment