Skip to content

Blöd [Proper Ads | Feb, 2023] by si13n7

Screenshot of Blöd [Proper Ads | Feb, 2023]

Details

Authorsi13n7

LicenseCC0 - Public Domain

Categorybild.de

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Bild-Plus- und Werbe-Inhalte werden ausgegraut und verdunkelt. Zudem wird das Bild-Plus-Logo an einigen Stellen vergrößert, um es besser deutlich zu machen.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Blöd [Proper Ads | Feb, 2023]
@version      20230215.12.58
@namespace    userstyles.world/user/si13n7
@description  Bild-Plus- und Werbe-Inhalte werden ausgegraut und verdunkelt. Zudem wird das Bild-Plus-Logo an einigen Stellen vergrößert, um es besser deutlich zu machen.
@author       si13n7
@license      CC0 - Public Domain
==/UserStyle== */

@-moz-document regexp("http(s)?:\\/\\/(.*\\.)?(?<!(bilder|images)\\.)bild\\.de(\\/.*)?") {
span.teaser__image__premium svg {
    transform-origin: left top !important;
    transform: scale(4) !important
}

div.partner-ad,
a[href*="angebot"],
a[href*="bild-plus"],
a[href*="bildplus"],
.offer-module * {
    filter: grayscale(1) !important;
    opacity: .25 !important;
}

div.partner-ad:hover,
a[href*="angebot"]:hover,
a[href*="bild-plus"]:hover,
a[href*="bildplus"]:hover,
.offer-module *:hover {
    filter: grayscale(0) !important;
    opacity: 1 !important;
}

div[style*="--bg-color"]:has(a[href*="bild-plus"]) {
    background: #ffc9c9 !important;
    opacity: .5 !important;
}

div[style*="--bg-color"]:has(a[href*="bild-plus"]):hover {
    opacity: 1 !important;
}

[class^='ad-'] {
    opacity: .25 !important
}

[class^='ad-']:hover {
    opacity: 1 !important
}
}

Reviews

No reviews yet.