FirefoxSidebar/firefox/readme.md

40 lines
1.3 KiB
Markdown
Raw Normal View History

2021-03-10 00:06:05 +00:00
# Firefox Utils / Edge-like Vertical Tabs (but better!)
2021-03-08 00:13:49 +00:00
Video of the extension in action: [https://i.imgur.com/HaLvkFc.mp4](https://i.imgur.com/HaLvkFc.mp4)
2021-06-14 23:33:18 +00:00
Features:
- Edge-like Vertical tab design
- Dynamic Indentation (for tree style)
## Updates
12021.06.14: I have added Sideberry support, sideberry is faster, more responsive, and far easier to customize. I may keep going forward with this version.
## How to use
To use my custom styles you will need to copy the userChrome.css to your firefox profile and then follow the Sideberry or TST sections below.
## Sideberry
Add the sideberry-data-*.json file to your Sideberry addon by using the 'import' section under 'Help'.
## TreeStyleTabs
Either add the treestyletabs.css to your TST addon preferences or import the treestyletabs-\*.json preferences to your TST addon (_prefered_)
2021-03-08 00:13:49 +00:00
## 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
}
```
2021-06-14 23:33:18 +00:00
Warning: TST support may be ending as I continue to test the Sideberry addon.
2021-03-08 00:13:49 +00:00
## Other Considerations
2021-03-10 00:05:26 +00:00
If you dislike some of my my other changes to FF (added vivaldi's folder icon, removed the superbox, cleaned up the borders, removed the titlebar) then remove everything below CUSTOM MODIFICATIONS in userChrome.css