Disable View Transitions
Extension Actions
- Live on Store
Turning off animations on navigation that uses View Transition API on websites by monkey-patching `document.startViewTransition`…
Turning off animations on navigation that uses View Transition API on websites by monkey-patching `document.startViewTransition` API.
Some websites using View Transition API for navigation which normally cannot be turned off (e.g. https://docs.cloud.google.com/gemini/docs). This extension allows you to skip those transitions.
[Note for Advanced Users]
If you're familiar with UserScript, you can achieve the same effect by writing
```
document.startViewTransition = (fn) => typeof fn === "function" && fn()
```
[Support & Contact]
Feel free to reach out with feedback or questions:
X (Twitter): @YukiDotGames (https://x.com/YukiDotGames)
GitHub: https://github.com/yukidaruma/micro-chrome-extensions