Skip to content

Instantly share code, notes, and snippets.

@missmatsuko
Last active October 29, 2020 13:23
Show Gist options
  • Save missmatsuko/995939619fff66a54cdd86dfdf5f3710 to your computer and use it in GitHub Desktop.
Save missmatsuko/995939619fff66a54cdd86dfdf5f3710 to your computer and use it in GitHub Desktop.
Custom browser content stylesheet
/* 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