Fixes some parts of youtube mobile mobile old design.
bugfixes for YouTube Mobile - Old Design by turtlecheesecake
Details
Authorturtlecheesecake
LicenseNo License
Categoryyoutube
Created
Updated
Size329 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
-fixes watch page like button (not the like and dislike icons)
-fixes channel banner
-removes shorts completley (credits to rybak)
Source code
/* ==UserStyle==
@name bugfixes for YouTube Mobile - Old Design
@version 20240616.08.03
@namespace ?
==/UserStyle== */
@-moz-document domain("m.youtube.com") {
.rich-grid-sticky-header {
display: none
}
.yt-image-banner-view-model-wiz--inset {
border-radius: 0
}
.YtAnimatedIconHost {
display: none
}
}