From 1365544db46ec03eab7ea1b224c7d0ad0fca5800 Mon Sep 17 00:00:00 2001 From: "t. Macleod Sawyer" Date: Sun, 7 Mar 2021 18:13:49 -0600 Subject: [PATCH] Create readme.md --- firefox/readme.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 firefox/readme.md diff --git a/firefox/readme.md b/firefox/readme.md new file mode 100644 index 0000000..612f44b --- /dev/null +++ b/firefox/readme.md @@ -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