You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script in theory can support additional vertical tab managers as long as they are implemented as a "Firefox Sidebar".
However, as we all know, because UserChrome scripts are much more powerful than regular web extensions, it's likely your script does not implement side panels using "Firefox Sidebar".
I'll later post a tutorial here on how to find out about it when I have more time.
How to add support for additional sidebar tab managers?
Enable Browser Toolbox in Firefox.
You need this feature so you can inspect the browser window itself as if you're inspecting regular webpages.
You can follow the guide provided by Mozilla here.
While your sidebar tab manager is active, inspect the Firefox window. (Still follow the guide above)
In the Browser Toolbox window, execute document.getElementById("sidebar-box") after the >> prompt at the bottom.
You should see a DOM element returned. You want to copy its sidebarcommand attribute and append it as a new item to SIDEBAR_ACTIONS in the script.
Save the script.
Restart Firefox or open a second browser window to see if it's working.
Great script! Wondering if you can make it work with another script, aminomancer's vertical tabs? Thanks a lot!!!!!
The text was updated successfully, but these errors were encountered: