mirror of
https://github.com/fmz200/wool_scripts.git
synced 2025-12-19 13:41:18 +08:00
Initial commit: new history
This commit is contained in:
5
Scripts/stay.js
Normal file
5
Scripts/stay.js
Normal file
@ -0,0 +1,5 @@
|
||||
let new_body = JSON.parse($response.body);
|
||||
if (new_body.biz) {
|
||||
new_body.biz = Object.values(new_body.biz).filter(item => item["type"] !== "promoted");
|
||||
}
|
||||
$done({body: JSON.stringify(new_body)});
|
||||
Reference in New Issue
Block a user