hide for you
and peple also watch
sections from youtube search results.
Hide "For you" from search results - YouTube by slsk8be
Details
Authorslsk8be
LicenseNo License
Categoryyoutube
Created
Updated
Size460 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This user style targets elements with the tag [ytd-shelf-renderer].
It applies specifically to YouTube search result pages, as indicated by the @-moz-document rule.
The style sets the display property to none, effectively hiding these elements from view.
Source code
/* ==UserStyle==
@name hide `foryou` and `peple also watch` sections from youtube search results
@version 20240331.14.55
@namespace https://userstyles.world/user/slsk8be
@description hide `foryou` and `peple also watch` sections from youtube search results
@author slsk8be
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com") {
ytd-search ytd-shelf-renderer{
display: none
}
}