Created
November 14, 2016 21:13
-
-
Save kakra/c9dd792b9a8e08dce8bdf84bdfde8a4d to your computer and use it in GitHub Desktop.
Chrome Stylish extension: useful user styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain("autotask.net") { | |
::-webkit-scrollbar { | |
width: 8px; | |
height: 8px; | |
} | |
::-webkit-scrollbar-track { | |
visibility: hidden; | |
} | |
:hover >::-webkit-scrollbar-thumb { | |
visibility: visible; | |
} | |
::-webkit-scrollbar-thumb { | |
background: #474747; | |
border-radius: 4px; | |
visibility: hidden; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain("youtube.com") { | |
.adDisplay { display: none !important } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment