Greasy Fork is available in English.

Hide scrollbar

Hides the main scrollbar

Verze ze dne 28. 06. 2020. Zobrazit nejnovější verzi.

/* ==UserStyle==
@name          Hide scrollbar
@description   Hides the main scrollbar
@author        cylgom
@version       0.2.0
@namespace     https://gf.zukizuki.org/en/users/322108-cylgom
@license       WTFPL
==/UserStyle== */
html
{
  scrollbar-width: none;
}
::-webkit-scrollbar
{
    display:none;
}