Last active
July 2, 2023 17:26
-
-
Save Olli/2d54c1778b65ccc0412c172517728d9e to your computer and use it in GitHub Desktop.
Dieser Filter für UBlock filtert diesen unnötigen Crap von Bento.de sowie Spiegel-Plus Headlines aus den Schlagzeilen www.spiegel.de/schlagzeilen - SPON - Spiegel Online
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
www.spiegel.de##[data-area="article-teaser-list"] > div:has( a[href*="bento.de"] ) | |
www.spiegel.de##[data-area="article-teaser-list"] > div:has( [id*="splus"] ) | |
! thx @RolfWojtech | |
www.spiegel.de##:xpath(//article[.//header//span[contains(@data-contains-flags,"paid")]]) | |
www.spiegel.de##:xpath(//li[.//span[contains(@data-contains-flags,"paid")]]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nochmal ein Update, mapx had die Filterzeilen in den offiziellen Filter übernommen, damit läuft bei mir alles wieder wie früher.