Skip to content

Blatant Google Ads by dantelin2009

Screenshot of Blatant Google Ads

Details

Authordantelin2009

LicenseCreative Commons Attribution Share Alike 4.0 International

Categorygoogle.com

Created

Updated

Size951 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Instead of disabling ads, why not make them blatantly obvious?

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Blatant Ads
@version      20230806.21.31
@namespace    ?
==/UserStyle== */

@-moz-document domain("google.com") {
.uEierd:has(div > div > div > .U3A9Ac.qV8iec){
    background: rgba(255, 255, 0, 0.1);
    border: 1px solid rgba(255, 255, 0, 1);
    margin-top: 24px;
    padding: 8px;
    padding-bottom: 0px;
    padding-inline: 16px;
    border-radius: 16px;
    position: relative;
}
.uEierd:has(div > div > div > .U3A9Ac.qV8iec)::after{
    content: "Ad";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    transform: translate(100%, -50%);
    background: rgba(255, 255, 0, 1);
    color: #000;
    padding-inline: 16px;
    border-radius: 24px;
    animation: zoom 3s infinite;
}

@keyframes zoom{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2) rotate(1deg);
    }
    100%{
        transform: scale(1);
    }
}
}

Reviews

No reviews yet.