Skip to content

YouTube Hide Scroll Bar by Maeti

Details

AuthorMaeti

LicenseCC0-1.0

Categoryyoutube.com

Created

Updated

Size558 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the scroll bar

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           YouTube Hide Scroll Bar
@namespace      USO Archive
@author         Mæti
@description    `Hides the scroll bar`
@version        202716
@license        CC0-1.0
@preprocessor   uso
@advanced dropdown scrollbar "Scrollbar" {
	hide "Hide*" <<<EOT @supports (scrollbar-width: none) {
  body {
    scrollbar-width: none;
  }
}
@supports not (scrollbar-width: none) {
  body::-webkit-scrollbar {
    display: none;
  }
} EOT;
show "Show" <<<EOT  EOT;

}

==/UserStyle== */
@-moz-document domain(youtube.com) {

/*[[scrollbar]]*/

}

Reviews

No reviews yet.