🏠 Home 

Google Photos without slide transition

Disable the sliding transition between photos and videos in Google Photos


Install this script?
Install as user style?
/* ==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;
}