FirefoxSidebar/firefox/readme.md

25 lines
903 B
Markdown
Raw Normal View History

2021-03-08 00:13:49 +00:00
# Firefox Utils / Edge-like Vertcal Tabs (but better!)
Video of the extension in action: [https://i.imgur.com/HaLvkFc.mp4](https://i.imgur.com/HaLvkFc.mp4)
To use my custom TST addons you will need to copy the userChrome.css to your firefox profile, add the treestyletabs.css to your TST addon preferences or just add the treestyletabs.json preferences to your TST addon.
## If you use FF without the bookmarks bar
Then the sidebar switcher will be missing, you need to add this to your userChrome.css
```
#sidebar-box {
2021-03-10 00:05:08 +00:00
--menubar-height: -40px !important;
2021-03-08 00:13:49 +00:00
}
```
## Benefits:
- Edge-like Vertical tab design
- Dynamic Indentation (for tree style)
## Other Considerations
If you dislike some of my my other changes to FF (added vivaldi's firefox icon, removed the superbox, cleaned up the borders, removed the titlebar) then remove everything below CUSTOM MODIFICATIONS in userChrome.css