Mercurial > personal > no-gemini
changeset 27:25c53854dd9d
Un-hide YouTube crap, hide some new crap in Drive listings.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Fri, 03 Oct 2025 14:30:26 -0400 |
parents | 7239469de2ee |
children | cfa03c5f24c7 |
files | extension/css/drive.css extension/css/youtube.css |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/extension/css/drive.css Mon Sep 22 16:51:52 2025 -0400 +++ b/extension/css/drive.css Fri Oct 03 14:30:26 2025 -0400 @@ -7,7 +7,9 @@ /* "summarize this folder" again */ .De8rPe, /* list of gemini prompts */ .KuPsyb, /* uninvited document summary */ .a-b-HFUoid-cSnan, -/* uninvited document summary, again */ .ndfHFb-c4YZDc-HFUoid-cSnan +/* uninvited document summary, again */ .ndfHFb-c4YZDc-HFUoid-cSnan, +/* gemini "catch up" on documents added by others in folder view */ .aXe95b, +/* gemini summary of document contents in folder view */ .e5dYA { display: none !important; }
--- a/extension/css/youtube.css Mon Sep 22 16:51:52 2025 -0400 +++ b/extension/css/youtube.css Fri Oct 03 14:30:26 2025 -0400 @@ -1,4 +1,10 @@ +/* + * Currently disabled because there's no good way to select only buttons + * that aren't the "Ask" button in a locale-independent way. + * All the yt-button-view-model elements look the same to CSS. + ytd-watch-metadata #flexible-item-buttons > yt-button-view-model { display: none !important; } + */