changeset 40:9379c2c1ffb6

Hide the new AI summary crud on the YT watch page.
author Paul Fisher <paul@pfish.zone>
date Mon, 20 Oct 2025 23:03:09 -0400
parents 42db405b3d93
children caa2d5a9e94f
files extension/css/youtube.css
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extension/css/youtube.css	Thu Oct 16 23:18:09 2025 -0400
+++ b/extension/css/youtube.css	Mon Oct 20 23:03:09 2025 -0400
@@ -1,4 +1,5 @@
-ytd-watch-metadata #flexible-item-buttons > yt-button-view-model:has(path[d~="M480-80q0-83-31.5-156T363-363q-54-54-127-85.5T80-480q83"]) /* "Ask" */
+ytd-watch-metadata #flexible-item-buttons > yt-button-view-model:has(path[d~="M480-80q0-83-31.5-156T363-363q-54-54-127-85.5T80-480q83"]) /* "Ask" */,
+ytd-expandable-metadata-renderer:has(path[d^='M480-80q0-83-31.5-156T363-363q-54-54-127-85.5T80-480q83']) /* AI summary */
 {
     display: none !important;
 }