Created
July 9, 2019 20:11
-
-
Save niieani/0ef95a8084b48ee1fe2a5703f6ab4192 to your computer and use it in GitHub Desktop.
Remove top gradient in Google Photos
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
/* ==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