Removes Youtube side scroll bar.
youtube.com by safalparhar
Details
Authorsafalparhar
LicenseNo License
Categoryyoutube
Created
Updated
Size329 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.com
@version 20211102.01.17
@namespace userstyles.world/user/safalparhar
@description Removes Youtube side scroll bar.
@author safalparhar
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
#guide-inner-content {
scrollbar-width: none;
}
}