Created
March 2, 2025 14:56
-
-
Save NKjoep/8e9218157df9d1bccca94ca16b01d905 to your computer and use it in GitHub Desktop.
Disable Google Photo Website Slide-In Animations
This file contains 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 Google Photos without slide transition | |
@description Disable the sliding transition between photos and videos in Google Photos | |
@match https://photos.google.com/* | |
@version 1.0 | |
@namespace https://greasyfork.org/users/971713 | |
==/UserStyle== */ | |
.TTxCae { | |
transform: matrix(1, 0, 0, 1, 0, 0) !important; | |
opacity: 1 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment