Multi-row tabs and other functions installer FF108 1.8.9
Make sure to repatch the whole Firefox installation with each update to get the lastest FF patching apart from the functionality scripts.
False positives
Some antivirus software are detecting the installers as malware on VT, this is due to the files being created with Pyinstaller, which has had problems of being falsely detected for a while, and there is little that can be done to solve this.
Description:
The installer lets you patch or unpatch Firefox and Firefox nightly to use external Javascript as well as to add multirow, tabs below, or focus tab on hover functions.
Since this version doesn't offer autoupdates, nor fetches the files online from the repository, each time something breaks with a new Firefox update you will have to download the newest patcher from here and patch the function you want again to overwrite the old files you had with the new ones (or copy the files manually yourself).
The patcher will choose the default profile folder, so if you have more than 1 profile you should go to about:profiles
and make sure that the path the patcher selects is the same as the one of the profile that you are currently using.
The first time using the patcher use either the "Firefox" or "Firefox nightly" sections to patch your selected Firefox version. If you use the "Profiles only" section to patch for the first time, only the functions will be copied, but not the actual patch to enable them. You won't need to choose those again if you are updating from an old version (but you can still use them if you are still patching the default profiles if you want).
Firefox portable
If you are using Firefox Portable, you will need to change the default "Root" and "Profile" paths to the ones of wherever you placed Firefox Portable.
For example, if you placed it in C:\FirefoxPortable
, and you are using a 64-bits version, you will have to change the paths to look like:
Firefox:
- Root:
C:\FirefoxPortable\App\Firefox64
<- For 32 bits, just remove the 64 - Profile:
C:\FirefoxPortable\Data\Profile
Chocolatey
You can also install this package with the chocolatey package that Pauby created, although I won't be tracking it for changes (it should technically update the version there as we update it here):
choco install firefox-quantum-nox
See the link of the package for further details on it's use.
Notes for Linux users
Linux users can run the installer by making the file executable first (either on properties on the context menu of your explorer or using the command line in the console).
Assuming you open the console where the file is:
sudo chmod +x Multirow-Patcher-Quantum-Nox-Installer-Linux-*.elf
You can then run the file from the console using the context menu or typing directly in the console:
./Multirow-Patcher-Quantum-Nox-Installer-Linux-*.elf
Notes for Mac users
Due to Apple's policies, the installer might get blocked by SIP (System Integrity Protection), and it will just tell you that it could not complete because it had insufficient privileges (even if running from root). The only way around this is to disable SIP temporally.
The installer also might start up slow due to a problem with how it had to be bundled into an .app file (since pyinstaller has issues with them).
For the issue, you can check Pyinstaller Issue #3820 for more details.
Troubleshooting
If you are having issues with any of the files not working, first try the basic troubleshooting steps before opening an issue.
Patch notes
2023/01/27 - 1.8.9 -> Update patch dependencies to work on certain Linux distributions past FF108+.
2022/12/14 - 1.8.8 -> Fix min/max/close buttons duplication when having menu bar always visible and multirow lite issues.
2022/12/14 - 1.8.7 -> Fix for tabs below past FF108+ (Stable).
2022/12/14 - 1.8.6 -> Fix for multirow past FF108+ (Stable).
2022/11/21 - 1.8.5 -> Fix for multirow past FF107a-FF108a (Developer and Nightly).
2022/04/15 - 1.8.4 -> Fix for duplicated buttons on the titlebar with multirow.
2022/04/12 - 1.8.3 -> Firefox patching method update to work on FF101+.
2022/01/22 - 1.8.2 -> Multirow tab minor fixes for smaller tab sizing.
2021/11/02 - 1.8.1 -> Fixes for multirow tabs for pinned tabs taking more space in non Proton styles.
2021/10/29 - 1.8.0 -> Now the installer will remember the last successful installation paths in case you only use portable Firefox or install Firefox in a non-common place.
2021/09/15 - 1.7.23 -> Added support for smaller tab sizing (needs manual changes to the file).
2021/09/10 - 1.7.22 -> Aesthetic regression fix for pinned tabs icon alignment on multirow.
2021/08/19 - 1.7.21 -> Compatibility fix for multirows on FF91.
2021/08/07 - 1.7.20 -> Fixed tab jumping after exiting fullscreen on Linux.
2021/08/07 - 1.7.19 -> Fixed tab size jumping when only having pinned tabs on the tabs bar.
2021/06/05 - 1.7.18 -> Fixed tab size jumping when the scrollbar appears on multirow-autohide.
2021/06/05 - 1.7.17 -> Fixed issues with lightweight themes.
2021/06/04 - 1.7.16 -> Updated multirow to add the padding necessary to work with proton tabs.