Cleans search results on youtube.com by removing what is not search results.
[youtube.com] remove non search results from search results by reel
Details
Authorreel
LicenseNo License
Categoryyoutube.com
Created
Updated
Size230 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name wyczyść wyniki wyszukiwania
@version 20230313.08.47
@namespace ?
==/UserStyle== */
@-moz-document domain("youtube.com") {
.ytd-search .ytd-shelf-renderer {
display: none;
}
}