Google Photos without slide transition

Disable the sliding transition between photos and videos in Google Photos

< 腳本Google Photos without slide transition的回應

評論:普通 - 腳本能使用,但有一些問題

§
發表於:2025-03-24

I'm still getting a vertical scale transition. Adding this to the css fixes it:
```
.XXKL8c {
transform: matrix(1, 0, 0, 1, 0, 0) !important;
}
```

發表回覆

登入以回覆