Create readme.md

This commit is contained in:
t. Macleod Sawyer 2021-03-07 18:13:49 -06:00 committed by GitHub
parent f6bafa557d
commit 1365544db4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
firefox/readme.md Normal file
View file

@ -0,0 +1,24 @@
# 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 {
--menubar-height: -40px;
}
```
## 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