view extension/css/ads.css @ 12:f62ccc5b03c8

Hide more items and fix URL patterns. - Hides a bunch of Gemini menu items and buttons within Sheets and Docs. (Thanks, Laura!) - Fixes multilogin issues / the fact that things wouldn't hide when you when to docs.new / sheets.new / slides.new. (Thanks, Ben!)
author Paul Fisher <paul@pfish.zone>
date Tue, 11 Feb 2025 23:11:21 -0500
parents 42cdeba9bdb9
children
line wrap: on
line source

/* asset generation ad creation step */ .caa-asset-generation-plugin,
/* "get help creating your ad" */ caa-multiturn-view {
    display: none !important;
}

/* Add caption explaining *why* there is a blank screen */
.caa-generate-button .mdc-button__label::before {
    content: "AI step hidden; skip" !important;
    background: #c5221f;
    color: white;
    padding: 2px;
}