appwiki:adblockplus

Differences

This shows you the differences between two versions of the page.


Previous revision
appwiki:adblockplus [2022/04/22 23:54] (current) ying
Line 1: Line 1:
 +====== The Blocking CSS ======
  
 +  * 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)
 +</code>
 +  * another way block div class with 'RANDOM-bg' <code>
 +#div(class*=-bg)
 +</code>
 +
 +  * block anti-blocker div <code>
 +##DIV[style*="z-index: 99999"]
 +</code>
 +
 +  * block youtube recommend <code>
 +updated:
 +youtube.com##ytd-guide-section-renderer.style-scope:nth-child(1)
 +www.youtube.com##.style-scope.ytd-rich-item-renderer
 +
 +youtube.com##.style-scope.ytd-watch-next-secondary-results-renderer
 +youtube.com###dismissable
 +youtube.com##.style-scope.ytd-shelf-renderer
 +</code>
 +  * block youtube short<code>
 +youtube.com##ytd-mini-guide-entry-renderer.style-scope:nth-child(3)
 +</code>