Mercurial > personal > no-gemini
changeset 15:eaea0163d04a
Hide more Gemini crap from Drive and "people also ask"/"things to know"
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Fri, 04 Apr 2025 21:26:02 -0400 |
parents | 6d6d9163feb7 |
children | f77231a589a3 |
files | extension/css/drive.css extension/css/search.css |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/extension/css/drive.css Thu Mar 06 23:36:15 2025 -0500 +++ b/extension/css/drive.css Fri Apr 04 21:26:02 2025 -0400 @@ -4,6 +4,7 @@ /* 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 { +/* "summarize this folder" again */ .De8rPe, +/* list of gemini prompts */ .KuPsyb { display: none !important; }
--- a/extension/css/search.css Thu Mar 06 23:36:15 2025 -0500 +++ b/extension/css/search.css Fri Apr 04 21:26:02 2025 -0400 @@ -1,3 +1,5 @@ -/* AI summary */ .h7Tj7e { +/* AI summary */ .h7Tj7e, +/* AI-generated "people also ask" */ .related-question-pair:has(.XTvndd), +/* AI-generated "things to know" */ [jscontroller=Elkdbc] { display: none !important; }