mirror of
https://github.com/lawrencehook/remove-youtube-suggestions.git
synced 2026-07-25 06:54:31 +00:00
Add an option to disable infinite scroll for search results
This commit is contained in:
@@ -69,6 +69,7 @@ html[global_enable="true"][remove_shorts_results="true"] #container.ytd-search y
|
||||
html[global_enable="true"][remove_shorts_results="true"] #container.ytd-search ytd-reel-shelf-renderer,
|
||||
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,
|
||||
|
||||
/* Subscriptions Page */
|
||||
html[global_enable="true"][remove_sub_shorts="true"] ytd-grid-video-renderer[is_sub_short],
|
||||
|
||||
@@ -75,7 +75,7 @@ const SECTIONS = [
|
||||
defaultValue: true
|
||||
},
|
||||
{
|
||||
name: "Disable infinite scroll",
|
||||
name: "Disable infinite scroll - homepage",
|
||||
id: "remove_infinite_scroll",
|
||||
defaultValue: true
|
||||
},
|
||||
@@ -305,6 +305,11 @@ const SECTIONS = [
|
||||
id: "remove_thumbnail_mouseover_effect",
|
||||
defaultValue: false
|
||||
},
|
||||
{
|
||||
name: "Disable infinite scroll - search results",
|
||||
id: "remove_infinite_scroll_search",
|
||||
defaultValue: false
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user