mirror of
https://github.com/lawrencehook/remove-youtube-suggestions.git
synced 2026-07-25 06:54:31 +00:00
22 lines
501 B
CSS
22 lines
501 B
CSS
html[remove_homepage="true"] ytd-browse[page-subtype="home"],
|
|
html[remove_sidebar="true"] #secondary > div.circle,
|
|
html[remove_sidebar="true"] #related,
|
|
html[remove_end_of_video="true"] .html5-endscreen,
|
|
|
|
html[remove_info_cards="true"] .ytp-ce-element.ytp-ce-element,
|
|
|
|
html[remove_trending="true"] a[href="/feed/trending"],
|
|
html[remove_trending="true"] a[href="/feed/explore"],
|
|
|
|
html[remove_comments="true"] #comments,
|
|
|
|
html[remove_chat="true"] #chat,
|
|
|
|
html[foo=bar]
|
|
|
|
{
|
|
|
|
display: none !important;
|
|
|
|
}
|