Google Photos without slide transition

Disable the sliding transition between photos and videos in Google Photos

  1. /* ==UserStyle==
  2. @name Google Photos without slide transition
  3. @description Disable the sliding transition between photos and videos in Google Photos
  4. @match https://photos.google.com/*
  5. @version 1.0
  6. @namespace https://greasyfork.org/users/971713
  7. ==/UserStyle== */
  8.  
  9. .TTxCae {
  10. transform: matrix(1, 0, 0, 1, 0, 0) !important;
  11. opacity: 1 !important;
  12. }