Hide scrollbar

Hides the main scrollbar

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

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