For some people the search page might appear on the right side of the screen, this userstyle fixes that.
Code courtesy of lightbeam24 on Reddit.
Authorzucky1
LicenseNo License
Categorywww.youtube.com
Created
Updated
Size313 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
For some people the search page might appear on the right side of the screen, this userstyle fixes that.
Code courtesy of lightbeam24 on Reddit.
/* ==UserStyle==
@name youtube.com - Jul 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/") {
#header.ytd-search { display: none !important; }
}