view extension/css/drive.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 2b89067741fb
children
line wrap: on
line source

/* top toolbar */ #WWNEkf,
/* in-file toolbar (e.g., opened PDF) */ #viewer-sidekick-button,
/* "summarize this file" toolbar */ .iQnZTe.SMHH7,
/* there appears to be no easy way to hide the "summarize this file" menu item :( */
/* gemini toolbar */ .vfUWtf,
/* "summarize this folder" */ #summarizeFolder {
    display: none !important;
}