Hide Scrollbar Perfect Style For Chrome,Firefox,Opera
Meta: Hide Scrollbar by masyudi888
Details
Authormasyudi888
Licensenone
Categorymeta
Created
Updated
Size318 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Meta: Hide Scrollbar
@namespace none
@version 1.0.0
@description Hide Scrollbar Perfect Style For Chrome,Firefox,Opera
@author masyudi888
==/UserStyle== */
@-moz-document domain("meta.com") {
*::-webkit-scrollbar {
display: none;
}
}