globalSpeed icon indicating copy to clipboard operation
globalSpeed copied to clipboard

Tabs are unpinned when the browser is restarted

Open olliebean opened this issue 2 years ago • 5 comments

I have the settings set to pin by default, as I never want to change the global speed. Also, I have Firefox set up to restore previous tabs when I restart it. But after restarting, all the restored tabs are unpinned in the addon. Because of this, unless I remember to go through all the tabs re-pinning them, I find myself sometimes accidentally changing the global speed instead of the speed for just the current tab.

Is it possible to have the addon maintain the pinned state of the restored tabs when the browser is restarted?

olliebean avatar Feb 16 '22 13:02 olliebean

Definitely possible. I'll implement this in the next update. But, that might take a while because I'm waiting for the Manifest V3 API to stabilize before I implement any new features.

polywock avatar Feb 16 '22 23:02 polywock

FWIW, I found a workaround for this (as long as I want all my tabs pinned, which I do) - I found that if I create a URL rule, to match all URLs, and set it to set the speed to 1 during the initial page load, it does this when all the restored tabs load after a restart, and also automatically pins them.

olliebean avatar Mar 29 '22 18:03 olliebean

FWIW, I found a workaround for this (as long as I want all my tabs pinned, which I do) - I found that if I create a URL rule, to match all URLs, and set it to set the speed to 1 during the initial page load, it does this when all the restored tabs load after a restart, and also automatically pins them.

Great! This works perfectly for ordinary reboot, although not experiencing any crash yet.

teadrinker2015 avatar Apr 13 '22 13:04 teadrinker2015

Found another (additional) solution: Double every shortcut keys which manipulate speed, and make them to "pin tab on" (Make sure those appear on top, otherwise they will still change the global speed) 图片

teadrinker2015 avatar May 18 '22 12:05 teadrinker2015

Found another (additional) solution: Double every shortcut keys which manipulate speed, and make them to "pin tab on" (Make sure those appear on top, otherwise they will still change the global speed)

That's a good one. Makes sure the global speed never changes - which is exactly how I want it - regardless of whether the tabs start out pinned or not.

olliebean avatar May 19 '22 12:05 olliebean