# HG changeset patch # User Paul Fisher # Date 1759516226 14400 # Node ID 25c53854dd9d5a182fee66bf4962b6b4a9337eaa # Parent 7239469de2eed9ce36936a87c897eba07187577e Un-hide YouTube crap, hide some new crap in Drive listings. diff -r 7239469de2ee -r 25c53854dd9d extension/css/drive.css --- 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; } diff -r 7239469de2ee -r 25c53854dd9d extension/css/youtube.css --- 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; } + */