We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc1a46 commit 3a68a98Copy full SHA for 3a68a98
seleniumbase/config/ad_block_list.py
@@ -55,6 +55,10 @@
55
'iframe[id*="_ads_frame"]',
56
'iframe[style="height:0px;width:0px;display:none;"]',
57
'[aria-label="Ad"]',
58
+ '[aria-label="Timeline: Trending now"]',
59
+ '[aria-label="Timeline: Carousel"]',
60
+ '[aria-roledescription="carousel"]',
61
+ '[aria-label="Who to follow"]',
62
'[class*="sponsored-content"]',
63
'[class*="adsbygoogle"]',
64
'[class^="adroll"]',
@@ -75,6 +79,7 @@
75
79
'[href*="doubleclick"]',
76
80
'[href*="amazon-adsystem"]',
77
81
'[alt="Advertisement"]',
82
+ '[alt$=" Ad"]',
78
83
'[id*="-ad-"]',
84
'[id*="_ads_"]',
85
'[id*="AdFrame"]',
0 commit comments