Google Photos without slide transition

Disable the sliding transition between photos and videos in Google Photos

질문, 리뷰하거나, 이 스크립트를 신고하세요.
/* ==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;
}