Skip to content

Commit 3a68a98

Browse files
committed
Update the ad_block_list
1 parent ccc1a46 commit 3a68a98

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

seleniumbase/config/ad_block_list.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
'iframe[id*="_ads_frame"]',
5656
'iframe[style="height:0px;width:0px;display:none;"]',
5757
'[aria-label="Ad"]',
58+
'[aria-label="Timeline: Trending now"]',
59+
'[aria-label="Timeline: Carousel"]',
60+
'[aria-roledescription="carousel"]',
61+
'[aria-label="Who to follow"]',
5862
'[class*="sponsored-content"]',
5963
'[class*="adsbygoogle"]',
6064
'[class^="adroll"]',
@@ -75,6 +79,7 @@
7579
'[href*="doubleclick"]',
7680
'[href*="amazon-adsystem"]',
7781
'[alt="Advertisement"]',
82+
'[alt$=" Ad"]',
7883
'[id*="-ad-"]',
7984
'[id*="_ads_"]',
8085
'[id*="AdFrame"]',

0 commit comments

Comments
 (0)