2018-12-29 Firefox extensions I can not live without

Last edit

Changed:

< Set toolkit.legacyUserProfileCustomizations.stylesheets to true, and to fit things in perfectly, create a userChrome.css to move the tabbar close button to the left:
< .tabbrowser-tab:not([pinned]) .tab-close-button {
< -moz-box-ordinal-group: 0 !important;
< -moz-margin-start:-4px !important;
< -moz-margin-end:4px !important;
< }

to

> Set toolkit.legacyUserProfileCustomizations.stylesheets to true, and to fit things in perfectly, create a userChrome.css to move the tabbar close button to the left, according to this reddit post: https://www.reddit.com/r/FirefoxCSS/comments/qy7kgt/close_tab_button_to_left/


My current list of Firefox extensions on my Mac is as follows:

Set toolkit.legacyUserProfileCustomizations.stylesheets to true, and to fit things in perfectly, create a userChrome.css to move the tabbar close button to the left, according to this reddit post: https://www.reddit.com/r/FirefoxCSS/comments/qy7kgt/close_tab_button_to_left/