mirror of
https://github.com/lawrencehook/remove-youtube-suggestions.git
synced 2026-07-25 06:54:31 +00:00
34 lines
1.3 KiB
CSS
34 lines
1.3 KiB
CSS
html[global_enable="true"][remove_homepage="true"] ytd-browse[page-subtype="home"],
|
|
html[global_enable="true"][remove_sidebar="true"] #secondary > div.circle,
|
|
html[global_enable="true"][remove_sidebar="true"] #related,
|
|
html[global_enable="true"][remove_end_of_video="true"] .html5-endscreen,
|
|
|
|
html[global_enable="true"][remove_info_cards="true"] .ytp-ce-element.ytp-ce-element,
|
|
|
|
html[global_enable="true"][remove_home_link="true"] a:not(#logo)[href="/"],
|
|
html[global_enable="true"][remove_explore_link="true"] a[href="/feed/trending"],
|
|
html[global_enable="true"][remove_explore_link="true"] a[href="/feed/explore"],
|
|
|
|
html[global_enable="true"][remove_thumbnail_mouseover_effect="true"] #mouseover-overlay,
|
|
|
|
html[global_enable="true"][remove_play_next_button="true"] a.ytp-next-button,
|
|
|
|
html[global_enable="true"][remove_comments="true"] #comments,
|
|
html[global_enable="true"][remove_comments="true"] #comment-teaser,
|
|
html[global_enable="true"][remove_comments="true"] ytd-engagement-panel-section-list-renderer[target-id="engagement-panel-comments-section"],
|
|
|
|
html[global_enable="true"][remove_chat="true"] #chat,
|
|
|
|
html[global_enable="true"][foo=bar]
|
|
|
|
{
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
/* Disable Youtube logo's link to the homepage */
|
|
html[global_enable="true"][remove_logo_link="true"] #logo[href="/"] {
|
|
pointer-events: none;
|
|
}
|