With the help of programs like 7+ Taskbar Tweaker you can easily reorder your browser windows (just the same as windows from any other program). Unfortunately, after you restart your browser, the order of windows will not be restored, requiring you to manually order them back. This is cumbersome, especially when you have many browser windows opened.
This Webextension solves the problem, by saving the order of windows inside the browser memory and restoring it after the browser restart.
Watch the video showing how it works:
This extension is available on Windows operating system only. It does not support Windows 11.
You will need Firefox Developer Edition or Firefox Nightly. Other Firefox releases do not allow unsigned extensions to be installed.
-
Download the latest version of the extension (xpi) and application (zip) from the releases.
-
Unpack the zip archive.
-
Run the
register_native.ps1
Powershell script. If you've never run Powershell scripts before, you may need to set a correct execution policy, for example by running a Powershell command:Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
-
Go to
about:config
in your browser and set the prefxpinstall.signatures.required
tofalse
andextensions.experiments.enabled
totrue
. -
Go to
about:addons
and choose 'Install addon from file' from the cog menu in the top right, then browse to the xpi file you downloaded. The browser will ask for a permission to install.
If you configured everything correctly, the Webextension should start the Native Application automatically.
Every couple seconds the Webextension will communicate with the Native Application and save the current order of the browser windows in the browser memory.
When you restart the browser, the Webextension will automatically restore the windows order last saved before the browser exit.