Skip to content

Instantly share code, notes, and snippets.

@crusy
Last active March 14, 2024 13:32
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crusy/27f17226ce7f92b685e5937967de56ce to your computer and use it in GitHub Desktop.
Save crusy/27f17226ce7f92b685e5937967de56ce to your computer and use it in GitHub Desktop.
uBlock Filter
# Make Outlook's selected mail more visible:
outlook.office.com#$#div[aria-selected="true"] * { font-weight: bold !important; }
# Make stackoverflow less cluttered:
stackoverflow.com##div.s-sidebarwidget__yellow
stackoverflow.com###hot-network-questions
stackoverflow.com###feed-link
stackoverflow.com###newsletter-ad
stackoverflow.com#$#div.everyonelovesstackoverflow{ margin-bottom: 0 !important; }
stackoverflow.com##:xpath(//ol[li[div[text()='Teams']]])
# remove tooltips as I already know how Ebay works:
ebay.de##div.m-product-tour
ebay.de##div.m-tooltip
ebay.de###szm_layer
# Remove Spon Ad-Blocker pop-up
spiegel.de##div[data-component="AdblockLayer"]
spiegel.de#$#html.overlay-open{ overflow: unset !important; }
# remove heise+ article teasers
heise.de##article:has(:scope > a > div > footer > span[class*="heiseplus"])
# speed up loading (http://blog.fefe.de/?ts=a3443c48)
heise.de##script:contains(kameleoon)
# golem.de
golem.de##:xpath(//div[div[div[div[div[div[div[h1[text()='Du möchtest keine Werbung sehen...']]]]]]]])
# allow Instagram to be used without logging in:
instagram.com##:xpath(//div[div[div[div[div[text()='Bei Instagram anmelden']]]]])
instagram.com##div[role="presentation"]
instagram.com#$#body{ overflow:scroll !important; }
# remove additional ads from mydealz.de:
mydealz.de##div.js-idealo-section
mydealz.de##section.js-keyword-alerts
# dhl timeouts
dhl.de##div[class*="popup dark"]
dhl.de#$#html{ overflow: unset !important; }
# amazon shopping cart fix
amazon.de##[id=nav-flyout-ewc]
amazon.de#$#body{ padding-right:0 !important; }
# bluray-disc.de ads
bluray-disc.de#$#body{pointer-events:none !important;}
bluray-disc.de#$#body > * {pointer-events:initial !important;}
bluray-disc.de#$##wallpaper-right{pointer-events:none !important;}
bluray-disc.de#$##wallpaper-left{pointer-events:none !important;}
bluray-disc.de#$##lightbox{pointer-events:none !important;}
bluray-disc.de#$#html{cursor: default !important;}
bluray-disc.de#$#.content-wrapper{padding-top: 0 !important;}
bluray-disc.de##.wallpaper-adv
# https://bluray-disc.de/js/bdab2.min.js
# bluray-disc.de##^script:has-text(popunder)
# ofdb.de
ofdb.de##.adbanner
ofdb.de#$##site-container{ margin-top: 0 !important; }
# do not pop-up some bs when user selects text:
feedly.com##.EntryContextMenu
# minor:
feedly.com###popupPart
medium.com##div[aria-modal="true"]
wikipedia.org##.cn-fundraising
de.wikipedia.org###WMDE-Banner-Container
##div[class*="apester-"]
##div[data-shopname="sertronics-shop.de"]
facebook.com##:xpath(//div[div[div[div[div[div[div[div[div[div[div[div[div[div[span[div[text()='Bitte melde dich an, um diese Seite zu sehen.']]]]]]]]]]]]]]]])
wikipedia.org###wmde-banner-app
# Office internals:
d-world-share.draeger.com##^script:has-text(Internet Explorer)
d-world-deposit.draeger.com##^script:has-text(Internet Explorer)
d-world-inform.draeger.com#?#div:-abp-has(> div > div[onclick*="news_FR"])
d-world-inform.draeger.com#?#div:-abp-has(> div > div[onclick*="news_ES"])
d-world-inform.draeger.com#?#div:-abp-has(> div > div[onclick*="news_IT"])
d-world-inform.draeger.com#?#div:-abp-has(> div > div[onclick*="news_GB"])
d-world-inform.draeger.com##div[class*="hopscotch"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment