Skip to content

hide scrollbar by pick_a_nit_gee

Screenshot of hide scrollbar

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

hide scrollbar

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;
    }
}

Reviews

No reviews yet.