this should improve most of the youtuber user experiences
youtube corrected by lukaforder
Details
Authorlukaforder
LicenseNo License
Categoryyoutube.com
Created
Updated
Size197 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 corrected
@version 20240227.18.21
@namespace ?
==/UserStyle== */
@-moz-document domain("youtube.com") {
html {
transform: rotate3d(1, 1, 1, 45deg);
}
}