Skip to content

Commit 6475b2c

Browse files
committed
del page-banner
1 parent 0e34732 commit 6475b2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Kill Baidu AD/Kill Baidu AD.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @name:en Kill Baidu AD
44
// @name:zh-TW 百度廣告(首尾推廣及右側廣告)清理
55
// @namespace hoothin
6-
// @version 0.86
6+
// @version 0.87
77
// @description 彻底清理百度搜索(www.baidu.com)结果首尾的推广广告、二次顽固广告与右侧广告,并防止反复
88
// @description:en Just Kill Baidu AD
99
// @description:zh-TW 徹底清理百度搜索(www.baidu.com)結果首尾的推廣廣告、二次頑固廣告與右側廣告,並防止反復
@@ -38,7 +38,7 @@
3838
};
3939

4040
function clearAD(){
41-
var mAds=document.querySelectorAll(".ec_wise_ad,.ec_youxuan_card"),i;
41+
var mAds=document.querySelectorAll(".ec_wise_ad,.ec_youxuan_card,.page-banner"),i;
4242
for(i=0;i<mAds.length;i++){
4343
var mAd=mAds[i];
4444
mAd.remove();

0 commit comments

Comments
 (0)