Skip to content

Instantly share code, notes, and snippets.

@NKjoep
Created March 2, 2025 14:56
Show Gist options
  • Save NKjoep/8e9218157df9d1bccca94ca16b01d905 to your computer and use it in GitHub Desktop.
Save NKjoep/8e9218157df9d1bccca94ca16b01d905 to your computer and use it in GitHub Desktop.
Disable Google Photo Website Slide-In Animations
/* ==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