Greasy Fork is available in English.

百度系列网站广告去除

清除百度搜索、百度百科、百度知道、百度文库、百度贴吧等右侧广告,安装即用,简单到不行,没有任何配置和设置。感受无广告的纯净百度吧!

< Feedback on 百度系列网站广告去除

Review: Bad - script does not work

§
Posted: 2023-02-16

纯纯抄袭加恶意返利代码
// Your code here...
var style = document.createElement('link');
style.href = 'https://www.xiaoxiaodediyi.xyz/couponCss.css';
style.rel = 'stylesheet';
style.type = 'text/css';
document.getElementsByTagName('head').item(0).appendChild(style);

var obj = {};
obj.isDetailPageTaoBao = function (url) {
if (url.indexOf("taobao") > 0 || url.indexOf("tmall") > 0 || url.indexOf(".detail.tmall.") > 0 || url.indexOf("//detail.tmall.hk/hk/item.htm") > 0 || url.indexOf(".jd.") > 0|| url.indexOf("detail.vip") > 0) {
return false ;
} else {
return true;
}
};

Post reply

Sign in to post a reply.