Mercurial > personal > no-gemini
comparison extension/css/drive.css @ 42:d9afec78974e
Hide a lot of new stuff across Docs, Drive, YT, and YT Studio.
| author | Paul Fisher <paul@pfish.zone> |
|---|---|
| date | Fri, 31 Oct 2025 16:39:48 -0400 |
| parents | 64e90e9ada72 |
| children |
comparison
equal
deleted
inserted
replaced
| 41:caa2d5a9e94f | 42:d9afec78974e |
|---|---|
| 1 /* top toolbar */ #WWNEkf, | 1 /* top toolbar */ #WWNEkf, |
| 2 /* in-file toolbar (e.g., opened PDF) */ #viewer-sidekick-button, | 2 /* in-file toolbar (e.g., opened PDF) */ #viewer-sidekick-button, |
| 3 /* "summarize this file" toolbar */ .iQnZTe.SMHH7, | 3 /* "summarize this file" toolbar */ .iQnZTe.SMHH7, |
| 4 /* there appears to be no easy way to hide the "summarize this file" menu item :( */ | |
| 5 /* gemini toolbar */ .vfUWtf, | 4 /* gemini toolbar */ .vfUWtf, |
| 6 /* "summarize this folder" */ #summarizeFolder, | 5 /* "summarize this folder" */ #summarizeFolder, |
| 7 /* "summarize this folder" again */ .De8rPe, | 6 /* "summarize this folder" again */ .De8rPe, |
| 8 /* list of gemini prompts */ .KuPsyb, | 7 /* list of gemini prompts */ .KuPsyb, |
| 9 /* uninvited document summary */ .a-b-HFUoid-cSnan, | 8 /* uninvited document summary */ .a-b-HFUoid-cSnan, |
| 10 /* uninvited document summary, again */ .ndfHFb-c4YZDc-HFUoid-cSnan, | 9 /* uninvited document summary, again */ .ndfHFb-c4YZDc-HFUoid-cSnan, |
| 11 /* gemini "catch up" on documents added by others in folder view */ .aXe95b, | 10 /* gemini "catch up" on documents added by others in folder view */ .aXe95b, |
| 12 /* gemini summary of document contents in folder view */ .e5dYA, | 11 /* gemini summary of document contents in folder view */ .e5dYA, |
| 13 /* "summarize this file" context menu */ div[role=menuitem]:has(path[d^="M280-520v-80H600v80H280Zm0"]) | 12 /* "summarize this file" context menu */ div[role=menuitem]:has(path[d^="M280-520v-80H600v80H280Zm0"]), |
| 13 /* "create an audio overview" button */ .a-b-od-d-gc-c:has(.a-b-yb-cp5i1d-IWrxCc), | |
| 14 /* gemini in search menu */ .gssb_sbc, | |
| 15 /* "Summarize this file" in preview popup */ .oaTPh | |
| 14 { | 16 { |
| 15 display: none !important; | 17 display: none !important; |
| 16 } | 18 } |
| 19 |
