Skip to content

Instantly share code, notes, and snippets.

@niieani
Created July 9, 2019 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niieani/0ef95a8084b48ee1fe2a5703f6ab4192 to your computer and use it in GitHub Desktop.
Save niieani/0ef95a8084b48ee1fe2a5703f6ab4192 to your computer and use it in GitHub Desktop.
Remove top gradient in Google Photos
/* ==UserStyle==
@name Remove top gradient in Google Photos - 09/07/2019, 22:08:26
@namespace github.com/niieani
@version 1.0.0
@description Removes the annoying top gradient in the Google Photos views: full screen photo, album
@author Bazyli Brzóska
==/UserStyle== */
@-moz-document domain("photos.google.com") {
.KYCEmd {
background-image: none;
}
.DwJIde .NRbSyd {
background-image: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment