We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fbd81 commit a57a43dCopy full SHA for a57a43d
1 file changed
Kill Baidu AD/Kill Baidu AD.user.js
@@ -3,7 +3,7 @@
3
// @name:en Kill Baidu AD
4
// @name:zh-TW 百度廣告(首尾推廣及右側廣告)清理
5
// @namespace hoothin
6
-// @version 0.89
+// @version 0.91
7
// @description 彻底清理百度搜索(www.baidu.com)结果首尾的推广广告、二次顽固广告与右侧广告,并防止反复
8
// @description:en Just Kill Baidu AD
9
// @description:zh-TW 徹底清理百度搜索(www.baidu.com)結果首尾的推廣廣告、二次頑固廣告與右側廣告,並防止反復
@@ -61,6 +61,11 @@
61
item.remove();
62
}
63
});
64
+ [].forEach.call(item.querySelectorAll("a>span>img"),function(img){
65
+ if(img && (img.classList.contains("source-icon"))){
66
+ item.remove();
67
+ }
68
+ });
69
70
71
0 commit comments