globalSpeed icon indicating copy to clipboard operation
globalSpeed copied to clipboard

how to reset speed to 1.0x on new tab

Open chefengbo opened this issue 2 years ago • 3 comments

I change speed 1.3x on Tab A,then open a new Tab B from Tab A,but the Tab B is 1.3x too whether I pin the button。How to reset speed to 1.0x when I open new Tab?

chefengbo avatar Jan 18 '22 16:01 chefengbo

Hello. Here's a diagram on how pinning works. All unpinned tabs share the same global context. If a tab is pinned, it will have it's own separate context.

diagram

If you want all new tabs to start at 1.0x.

  1. Set the global context's speed to 1.0x. You can change the global context's speed from any tab that's not pinned.
  2. Enable "pin by default" in the options page. Once enabled, all new tabs will be pinned automatically and inherit the global context. As long as the global context's speed is 1.0x, all new tabs should start at 1.0x.

img11

polywock avatar Jan 18 '22 23:01 polywock

https://github.com/polywock/globalSpeed/issues/174#issuecomment-1082260282 will resolve this problem temporarily ( before new API release )

In case you not familiar with regex: 图片

teadrinker2015 avatar Apr 13 '22 13:04 teadrinker2015