Last active
October 29, 2020 13:23
-
-
Save missmatsuko/995939619fff66a54cdd86dfdf5f3710 to your computer and use it in GitHub Desktop.
Custom browser content stylesheet
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
/* Hide Google smartlock login popup */ | |
iframe[src^="https://smartlock.google.com/"] { | |
display: none !important; | |
} | |
/* Brighter Netflix and YouTube videos */ | |
video[src^="blob:https://www.netflix.com/"], | |
video[src^="blob:https://www.youtube.com/"] { | |
filter: brightness(1.4); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment