Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
appwiki:adblockplus [2019/05/22 09:12] ying |
appwiki:adblockplus [2019/12/04 09:20] (current) ying |
||
---|---|---|---|
Line 3: | Line 3: | ||
* Block a div with ThatClassName that contains child with "Sponsored" words <code>theSite.com#?#div.ThatClassName:-abp-contains(Sponsored) | * Block a div with ThatClassName that contains child with "Sponsored" words <code>theSite.com#?#div.ThatClassName:-abp-contains(Sponsored) | ||
theSite.com#?#div.ThatClassName:-abp-contains(Spotlight) | theSite.com#?#div.ThatClassName:-abp-contains(Spotlight) | ||
+ | </code> | ||
+ | * another way block div class with 'RANDOM-bg' <code> | ||
+ | #div(class*=-bg) | ||
</code> | </code> | ||
+ | * block anti-blocker div <code> | ||
+ | ##DIV[style*="z-index: 99999"] | ||
+ | </code> |