Rules-For-Quantumult-X/Scripts/AdBlock/Other/FlyPiggy.js

21 lines
569 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
Author@ddgksf2013
通知频道https://t.me/ddgksf2021
*/
var body = $response.body;
var ddgksf2013 = JSON.parse(body);
if (ddgksf2013.Variables.data.threaddetail)
{
ddgksf2013.Variables.data.threaddetail.tagadv = "";
ddgksf2013.Variables.data.threaddetail.threadapp_ad_video = [];
ddgksf2013.Variables.data.threaddetail.pingyouadv = "";
ddgksf2013.Variables.data.threaddetail.middleadv = "";
ddgksf2013.Variables.data.threaddetail.bottomadv = "";
ddgksf2013.Variables.data.threaddetail.appdetailadv = [];
}
$done({body: JSON.stringify(ddgksf2013)});