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
Code size313 B
Code checksum1295f157
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; }
}