Disable View Transitions icon

Disable View Transitions

Extension Actions

How to install Open in Chrome Web Store
CRX ID
igommcnaiomapjgfbmhaapnfgffagpak
Status
  • Live on Store
Description from extension meta

Turning off animations on navigation that uses View Transition API on websites by monkey-patching `document.startViewTransition`…

Image from store
Disable View Transitions
Description from store

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