diff --git a/_Sidebar.md b/_Sidebar.md index 1345228..fec6ca5 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -10,4 +10,5 @@ - [[LUKS Encrypted Partitions]] - [[Proxmox Doodads]] - [[Radeon Temperature]] +- [[uBlock Filters]] diff --git a/uBlock-Filters.md b/uBlock-Filters.md new file mode 100644 index 0000000..6f1943e --- /dev/null +++ b/uBlock-Filters.md @@ -0,0 +1,29 @@ +Random filters + +``` +reddit.com##.native-ad-container +reddit.com##.premium-banner +reddit.com###chat +reddit.com###chat-count +reddit.com##.redesignbetabar-js +reddit.com###redesign-beta-optin-btn +slashdot.org##.deals-rail +slashdot.org##.ad-blocked-newsletter +##[data-suggestion-json*=ActivityTweet] +##.orville +ebay.com###srp-river-results-items_list1 + +! 2020-12-26 https://news.ycombinator.com/item?id=25538669 +google.*##.g:has(a[href*=".pinterest."]) +google.*##a[href*=".pinterest."]:nth-ancestor(1) + +! 2021-07-18 https://www.reddit.com/r/FirefoxCSS/comments/olo199/how_to_make_scrollbar_use_systemgtktheme/ +*##*:style(scrollbar-color: initial !important; scrollbar-width: initial !important;) + +! 2021-09-26 finance.yahoo.com +yahoo.com###monalixa-rightrail +yahoo.com###monalixa-stickyfooter +yahoo.com##[id*="ThreeAmigos-Proxy"] +yahoo.com##[id*="YDC-Overlay"] +``` +