Last active
November 13, 2024 11:09
-
-
Save crusy/27f17226ce7f92b685e5937967de56ce to your computer and use it in GitHub Desktop.
uBlock Filter
This file contains 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"] | |
# 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.3.0 | |
chaos.social##div.media-gallery__actions | |
chaos.social##button[title*="Sprache festlegen"] | |
chaos.social#$#button.dropdown-button{border: 1px solid #9baec8 !important;} | |
# 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 | |
This file contains 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
# 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