/* ==UserStyle==
@name          Hide Firefox scrollbar
@description   Hides the main scrollbar
@author        cylgom
@version       0.1.0
@namespace     https://greasyfork.org/en/users/322108-cylgom
@license       WTFPL
@downloadURL none
==/UserStyle== */
html
{
  scrollbar-width: none;
}