hide scrollbar
hide scrollbar by pick_a_nit_gee
Details
Authorpick_a_nit_gee
LicenseNo License
Category*
Created
Updated
Size300 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
hide scrollbar
Source code
/* ==UserStyle==
@name hide scrollbar
@namespace jammer
@version 1.0.0
@description A new userstyle
@author jjstation
==/UserStyle== */
@-moz-document regexp("[^:]*://(?!127.0.0.1|0.0.0.0|localhost[:$]).*") {
*::-webkit-scrollbar {
display: none;
}
}