Skip to content

Instantly share code, notes, and snippets.

@cute-angelia
Created February 26, 2026 15:14
Show Gist options
  • Select an option

  • Save cute-angelia/8183bac751ff63c36cc4bd216a589d01 to your computer and use it in GitHub Desktop.

Select an option

Save cute-angelia/8183bac751ff63c36cc4bd216a589d01 to your computer and use it in GitHub Desktop.
stash-JS
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