Hide Firefox scrollbar

Hides the main scrollbar

ของเมื่อวันที่ 10-04-2020 ดู เวอร์ชันล่าสุด

/* ==UserStyle==
@name          Hide Firefox scrollbar
@description   Hides the main scrollbar
@author        cylgom
@version       0.1
@icon          https://mozilla.org/favicon.ico
@namespace     https://gf.zukizuki.org/en/users/322108-cylgom
@license       WTFPL
==/UserStyle== */
html
{
  scrollbar-width: none;
}