Hide Firefox scrollbar

Hides the main scrollbar

2020/04/10のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
/* ==UserStyle==
@name          Hide Firefox scrollbar
@description   Hides the main scrollbar
@author        cylgom
@version       0.1
@icon          https://mozilla.org/favicon.ico
@namespace     https://greasyfork.org/en/users/322108-cylgom
@license       WTFPL
==/UserStyle== */
html
{
  scrollbar-width: none;
}