annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
eadd1318ddd6 Add Drive file pages + build script.
Paul Fisher <paul@pfish.zone>
parents: 0
diff changeset
1 /* top toolbar */ #WWNEkf,
7
cf7ff331dacc Add new "summarize this file" that has appeared in Drive.
Paul Fisher <paul@pfish.zone>
parents: 1
diff changeset
2 /* in-file toolbar (e.g., opened PDF) */ #viewer-sidekick-button,
cf7ff331dacc Add new "summarize this file" that has appeared in Drive.
Paul Fisher <paul@pfish.zone>
parents: 1
diff changeset
3 /* "summarize this file" toolbar */ .iQnZTe.SMHH7,
cf7ff331dacc Add new "summarize this file" that has appeared in Drive.
Paul Fisher <paul@pfish.zone>
parents: 1
diff changeset
4 /* there appears to be no easy way to hide the "summarize this file" menu item :( */
10
2b89067741fb "Summarize this folder" in Drive
Paul Fisher <paul@pfish.zone>
parents: 7
diff changeset
5 /* gemini toolbar */ .vfUWtf,
2b89067741fb "Summarize this folder" in Drive
Paul Fisher <paul@pfish.zone>
parents: 7
diff changeset
6 /* "summarize this folder" */ #summarizeFolder {
0
4802c0568c26 Initial version of extension.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
7 display: none !important;
4802c0568c26 Initial version of extension.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
8 }