Bild-Plus- und Werbe-Inhalte sind zwar sichtbar, können aber nicht mehr angeklickt werden.
Blöd [Unclickable Ads | Feb, 2023] by si13n7
Details
Authorsi13n7
LicenseCC0 - Public Domain
Categorybild.de
Created
Updated
Size698 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Blöd [Unclickable Ads | Feb, 2023]
@version 20230215.12.54
@namespace userstyles.world/user/si13n7
@description Bild-Plus- und Werbe-Inhalte sind zwar sichtbar, können aber nicht mehr angeklickt werden.
@author si13n7
@license CC0 - Public Domain
==/UserStyle== */
@-moz-document regexp("http(s)?:\\/\\/(.*\\.)?(?<!(bilder|images)\\.)bild\\.de(\\/.*)?") {
span.teaser__image__premium svg,
div.partner-ad,
a[href*="angebot"],
a[href*="bild-plus"],
a[href*="bildplus"],
div[style*="--bg-color"]:has(a[href*="bild-plus"]),
div[style*="--bg-color"]:has(a[href*="bildplus"]),
[class^='ad-'],
.offer-module * {
pointer-events: none !important
}
}