mirror of
https://github.com/fmz200/wool_scripts.git
synced 2025-12-20 13:43:58 +08:00
Initial commit: new history
This commit is contained in:
13
Scripts/fly.js
Normal file
13
Scripts/fly.js
Normal file
@ -0,0 +1,13 @@
|
||||
var body = $response.body;
|
||||
var new_body = JSON.parse(body);
|
||||
|
||||
if (new_body.Variables.data.threaddetail) {
|
||||
new_body.Variables.data.threaddetail.tagadv = "";
|
||||
new_body.Variables.data.threaddetail.threadapp_ad_video = [];
|
||||
new_body.Variables.data.threaddetail.pingyouadv = "";
|
||||
new_body.Variables.data.threaddetail.middleadv = "";
|
||||
new_body.Variables.data.threaddetail.bottomadv = "";
|
||||
new_body.Variables.data.threaddetail.appdetailadv = [];
|
||||
}
|
||||
|
||||
$done({body: JSON.stringify(new_body)});
|
||||
Reference in New Issue
Block a user