Universal minimal style for Firefox and Sidebery
- In about:config enable pref toolkit.legacyUserProfileCustomizations.stylesheets
- Open about:support
- Click on "Profile Folder" -> "Open Folder"
- Create a sub-folder named "chrome"
- Change into the new folder
- Add files "userChrome.css" "userContent.css"
- Restart Firefox
- In Customize... :
- Select Default theme. The color scheme depends on the OS
- Select Compact icons
- Drag Bookmarks Toolbar Items to the left of the address bar. Disable Bookmarks Toolbar
- Install https://addons.mozilla.org/firefox/addon/sidebery/
- Copy the code from SideberySidebar.css to Sidebery / Settings / Styles editor / Sidebar
- Copy the code from SideberyGroupPage.css to Sidebery / Settings / Styles editor / Group page
- Enable the option: Sidebery / Settings / Help / Add preface to the browser window's title if sidebery is active
- If you need window control buttons - unlock code
Show window buttons - + x
- If you need an interface in window mode - block the code
Hide interface in window mode
- Opening a bookmark in a new tab
browser.tabs.loadBookmarksInTabs
true
- Open tabs to the right of the current one
browser.tabs.insertAfterCurrent
true
- Scroll step
mousewheel.min_line_scroll_amount
25
- Smoothness of scrolling
general.smoothScroll.mouseWheel.durationMaxMS
380
- Number of recently closed tabs
browser.sessionstore.max_tabs_undo
250
- Disable warning when going to full screen mode
full-screen-api.warning.timeout
0
- Disable add-on recommendations
extensions.htmlaboutaddons.recommendations.enabled
false