see the changelog for a history of changes
thanks for 100 stars :P
firefox stable has been updated to version 133. this breaks some of the styles used in shimmer. please update to v2.17 or use shimmer.nightly
config property to fix the issues.
sidebery, light theme, sidebar on left side | native tabs, "dark space" theme, shortcuts enabled |
---|---|
menus | popover urlbar |
---|---|
- popover url-bar (see demo animated image)
- works with custom themes
- rounded browser/sidebar corners
- minimized context menus
- subtle, non-obstructive transitions
- minimized findbar
- setting available to move sidebar to the right side
- config properties for customization
- compatible with firefox nightly
- download code from github (green "code" button) and unzip it
- download sidebery from mozilla addons if wanted
- open sidebery settings, scroll to the bottom
- click on "import addon data"
- select "sidebery.json" from the downloaded archive
- keep the toggles at default and click "import"
- go to about:config
- toggle
toolkit.legacyUserProfileCustomizations.stylesheets
true - toggle
svg.context-properties.content.enabled
true - open about:profiles, find your profile and open the root folder
- create a
chrome
folder if nonexistent - move
userChrome.css
,userContent.css
files andassets
folder into thechrome
directory - reopen firefox
- done! :3
- please please PLEASE visit this github page once in a while to download the latest version, see "updating" section of this readme
- see "config" section of this readme for customization options
i am expecting to make frequent chagnes to this project. check this github page once in a while and check if a new version is available. your installation's version is visible next to the close button of the new tab settings menu (top right on new tab).
follow the installation instructions, allow your file explorer to replace files if asked (remember to update sidebery styles)
at the top of userChrome.css
, there are customizable css variables. among them are tab sizing options, rounding, spacing between certain items etc. below these variable there also exist exclusions from the right click context menu. comment and uncomment whichever options you might want to enable or disable.
i've also implemented some custom about:config
boolean values for you to modify. the list is small right now but i'm hoping to see some ideas and issues pop up
shimmer.nightly
- toggle true if using firefox nightly (v2.17 up, unused)shimmer.show-sidebar-header
- toggle true to show sidebar headershimmer.show-sidebar-header-close-button
- even if you enable the header, the close button is automatically hidden. toggle this true to make it reappearshimmer.sidebar-right-side
- toggle true if you use sidebery on the right side. you have to move the sidebar first in firefox using the sidebar header, which has to be reenabled in configshimmer.reverse-winctr-buttons-side
- toggle true to move window control buttons to the left sideshimmer.taller-tabs
- toggle true to make the tabs as tall as default firefox tabsshimmer.shorter-navbar
- toggle true to make the navbar as tall as on unmodified firefox (may require firefox restart)shimmer.disable-compact-winctr-buttons
- toggle true to revert the compact window control buttons to defaultshimmer.dont-expand-selected-tab
- toggle true to disable the effect of expanding the active tab when there are many tabs openshimmer.shimmer.hide-sidebar-button
- toggle true to hide the "show sidebars" button
please keep in mind that i won't always have time to fix a problem created by a new version of firefox in a day. if you'd like to create a pull request, feel free to do so. if you find any issues, please report them at the "issues" tab on github.