Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. /* ==UserStyle==
  2. @name Remove top gradient in Google Photos - 09/07/2019, 22:08:26
  3. @namespace github.com/niieani
  4. @version 1.0.0
  5. @description Removes the annoying top gradient in the Google Photos views: full screen photo, album
  6. @author Bazyli Brzóska
  7. ==/UserStyle== */
  8. @-moz-document domain("photos.google.com") {
  9. .KYCEmd {
  10. background-image: none;
  11. }
  12. .DwJIde .NRbSyd {
  13. background-image: none;
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement