Skip to content

Instantly share code, notes, and snippets.

@OiCkilL
Created August 13, 2020 05:23
Show Gist options
  • Select an option

  • Save OiCkilL/e5c1b1b3729936312f0c6cce82cd9fcf to your computer and use it in GitHub Desktop.

Select an option

Save OiCkilL/e5c1b1b3729936312f0c6cce82cd9fcf to your computer and use it in GitHub Desktop.
Pixiv Premium
let body = JSON.parse($response.body)
body['response']['user']['is_premium'] = true
body = JSON.stringify(body)
$done({body})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment