view extension/css/drive.css @ 20:6661e33327c6

Hide gemini popup thingy in Google Drive; Ask button on YouTube.
author Paul Fisher <paul@pfish.zone>
date Tue, 17 Jun 2025 09:20:41 -0400
parents eaea0163d04a
children a1fb69eaf3ec
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,
/* uninvited document summary */ .a-b-HFUoid-cSnan
{
    display: none !important;
}