YouTube - Hide Shorts on Homepage
YouTube - Hide Shorts on Homepage by alkarnur
Details
Authoralkarnur
LicenseNo License
CategoryYoutube
Created
Updated
Size340 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 YouTube - Hide Shorts on Homepage
@version 20220721.11.48
@namespace userstyles.world/user/alkarnur
@description YouTube - Hide Shorts on Homepage
@author alkarnur
@license No License
==/UserStyle== */
@-moz-document url("https://www.youtube.com/") {
#dismissible {
display: none;
}
}