comparison extension/css/youtube.css @ 34:64e90e9ada72

icon-path based removals: YouTube "Ask", Drive "Summarize this"
author Paul Fisher <paul@pfish.zone>
date Sat, 11 Oct 2025 22:49:28 -0400
parents 25c53854dd9d
children
comparison
equal deleted inserted replaced
33:b60adb9a8fe5 34:64e90e9ada72
1 /* 1 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" */
2 * Currently disabled because there's no good way to select only buttons
3 * that aren't the "Ask" button in a locale-independent way.
4 * All the yt-button-view-model elements look the same to CSS.
5
6 ytd-watch-metadata #flexible-item-buttons > yt-button-view-model
7 { 2 {
8 display: none !important; 3 display: none !important;
9 } 4 }
10 */