Disable View Transitions
✨ AI-Powered View on Chrome Web StoreChrome will indicate if you already have this installed.
Overview
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
Tags
Privacy Practices
🔐 Security Analysis
⏳ Security scan is queued. Check back soon.