Last active
September 9, 2025 18:42
-
-
Save crusy/27f17226ce7f92b685e5937967de56ce to your computer and use it in GitHub Desktop.
uBlock Filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
# spiegel.de | |
spiegel.de##div[data-component="AdblockLayer"] | |
spiegel.de#$#html.overlay-open{ overflow: unset !important; } | |
spiegel.de##section[data-area="block>magletterarticles"] | |
spiegel.de##section[data-area="block>quiz"] | |
spiegel.de##section[data-area="block>Effilee"] | |
# don'n like videos in my news: | |
spiegel.de##:xpath(//div[article[div[figure[a[div[@data-component="Video"]]]]]]) | |
spiegel.de##section[data-area="block>video"] | |
spiegel.de##:xpath(//section[div[div[div[div[div[div[contains(@class,"shadow-loader")]]]]]]]) | |
# 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:not([contenteditable]){pointer-events:none !important; background:#314965 !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) | |
bluray-disc.de##.deals-anzeige | |
# bluray-disc.de##.pn-anzeige-bl | |
# 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 | |
# remove Feedly AI ads: | |
feedly.com##.EntryStackablePrompts | |
# chaos.social 4.4.0 | |
chaos.social##div.media-gallery__actions | |
chaos.social##button[title*="Sprache festlegen"] | |
chaos.social##:xpath(//a[span[text()='Angesagt' or text()="Live-Feeds"]]) | |
chaos.social##:xpath(//div[div[a[span[text()='Listen' or text()="Gefolgte Hashtags"]]]]) | |
chaos.social#$#.navigation-panel{ padding-top: 17px !important; } | |
chaos.social#$#.icon-button:focus{ color: #329de4 !important; } | |
# google "AI" bs (German only): | |
google.com##div:has(>div>div>:is(h1, h2, strong):has-text(Übersicht mit KI)) | |
# 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 | |
lotto-sh.de###moinai-container | |
https://www.gmx.net/fairplay/cs/fairplay.js | |
###shopify-chat | |
##iframe[title*="Über Google anmelden"] | |
https://www.digistore24.com/socialproof/*.js | |
#$#.twentytwenty-overlay:hover{background:unset !important;} | |
##:is(ago-accessibility-widget) | |
||accounts.google.com/gsi/*$xhr,script,3p | |
golem.de##*:style(font-family: 'Droid Sans', sans-serif !important; letter-spacing: normal !important;) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment