From 8f49fda8f55d707bcfe0ecf066ac90a4a4bc2595 Mon Sep 17 00:00:00 2001 From: Sidhant <84363346+Trazer09@users.noreply.github.com> Date: Sun, 13 Jul 2025 01:35:13 +0530 Subject: [PATCH] Hide shorts from search results (closes #165) (#166) * Hide shorts from search results --------- Co-authored-by: Lawrence Hook --- src/content-script/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content-script/main.css b/src/content-script/main.css index 73071cf..a945eb4 100644 --- a/src/content-script/main.css +++ b/src/content-script/main.css @@ -10,6 +10,7 @@ html[global_enable="true"] ytd-action-companion-ad-renderer, html[global_enable="true"][remove_all_shorts="true"] a[title="Shorts"], html[global_enable="true"][remove_all_shorts="true"] *[is_short], html[global_enable="true"][remove_all_shorts="true"] ytd-reel-shelf-renderer, +html[global_enable="true"][remove_all_shorts="true"] grid-shelf-view-model.ytGridShelfViewModelHostHasBottomButton.ytd-item-section-renderer.ytGridShelfViewModelHost, html[global_enable="true"][remove_video_thumbnails="true"] ytd-thumbnail, html[global_enable="true"][disable_play_on_hover="true"] #video-preview, html[global_enable="true"][disable_play_on_hover="true"] ytd-thumbnail-overlay-loading-preview-renderer[is-preview-loading], @@ -93,6 +94,7 @@ html[global_enable="true"][remove_search_suggestions="true"] div.sbdd_a, html[global_enable="true"][remove_search_promoted="true"] #container.ytd-search ytd-search-pyv-renderer, html[global_enable="true"][remove_shorts_results="true"] #container.ytd-search ytd-video-renderer[is_short="true"], html[global_enable="true"][remove_shorts_results="true"] #container.ytd-search ytd-reel-shelf-renderer, +html[global_enable="true"][remove_shorts_results="true"] #container.ytd-search grid-shelf-view-model.ytGridShelfViewModelHostHasBottomButton.ytd-item-section-renderer.ytGridShelfViewModelHost, html[global_enable="true"][remove_extra_results="true"] #container.ytd-search ytd-shelf-renderer, html[global_enable="true"][remove_thumbnail_mouseover_effect="true"] #mouseover-overlay, html[global_enable="true"][remove_infinite_scroll_search="true"] .ytd-search #contents > ytd-continuation-item-renderer,