view extension/css/drive.css @ 17:6e36a73972d0

Hide "building blocks" and other AI crap in Docs.
author Outside contributor <dev.null@pfish.zone>
date Sat, 26 Apr 2025 00:10:47 -0400
parents eaea0163d04a
children 6661e33327c6
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,
/* "summarize this folder" again */ .De8rPe,
/* list of gemini prompts */ .KuPsyb {
    display: none !important;
}