Skip to content

Instantly share code, notes, and snippets.

@kakra
Created November 14, 2016 21:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kakra/c9dd792b9a8e08dce8bdf84bdfde8a4d to your computer and use it in GitHub Desktop.
Save kakra/c9dd792b9a8e08dce8bdf84bdfde8a4d to your computer and use it in GitHub Desktop.
Chrome Stylish extension: useful user styles
@-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;
}
}
@-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