Disable View Transitions icon

Disable View Transitions

by Yuki.games

v0.0.1 Updated Feb 22, 2026 11.24KiB
CWS
4
Users
★ 0.00
0 reviews
#100760
of 140.3K
functionality
#3491 of 5.2K

Description

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
Disable View Transitions screenshot 1

Reviews

Loading reviews...

Details

Version 0.0.1
Updated Feb 22, 2026
Size 11.24KiB
First Seen Mar 29, 2026