Update rules

This commit is contained in:
SukkaW
2021-05-19 06:16:15 +08:00
parent ee488fdcb2
commit 13fd188446
16 changed files with 821 additions and 657 deletions

6
Script/pixiv_premium.js Normal file
View File

@@ -0,0 +1,6 @@
let body = $response.body;
body = JSON.parse(body);
body['response']['user']['is_premium'] = true;
body = JSON.stringify(body);
$done({ body })