Skip to content

Instantly share code, notes, and snippets.

@crusy
Last active September 29, 2023 08:53
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
uBlock Filter
# Make Outlook less cluttered:
outlook.office.com##div:has(:scope > div[title="Ordner"])
outlook.office.com##div:has(:scope > div[title="Favoriten"])
outlook.office.com##div:has(:scope > div[title="Gruppen"])
outlook.office.com##div:has(:scope > div[title="Aufgezeichnete Unterhaltungen"])
outlook.office.com##div:has(:scope > div[title="RSS-Abonnements"])
outlook.office.com##div:has(:scope > div[title="Notizen"])
outlook.office.com##div:has(:scope > div[title="Archiv"])
outlook.office.com##li:has(:scope > div > button[title="Gruppen"])
outlook.office.com##li:has(:scope > div > button[title="Verzeichnis"])
outlook.office.com##li:has(:scope > button[name="Favoriten"])
outlook.office.com##div:has(:scope > button[title="Kontakte"])
# 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#$#html{cursor: default !important;}
bluray-disc.de#$#body{ background:rgb(241, 242, 246) !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)
# 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"]
# 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