The edge-frfox combine with sidebar!
And, New feature! Sidebarfox now have dynamic tabbar switch which allow you change tab style in runtime!
To use this feat you need add
uc.tweak.hide-tabs-bar = true
toabout:config
Edge style be like (FF v96):
-
Minimal Firefox version: 91.0
-
GTK and QT based DE also supported 😸 -- But you need some tweaks 😾
-
Tree Style Tab(*Optional, supporting and tested)
-
Sidebery (*Optional, supporting and tested)
-
Tab Center Reforn (*Optional)
gfx.webrender.all = true
layout.css.backdrop-filter.enabled = true
layout.css.backdrop-filter.enabled-force = true
toolkit.legacyUserProfileCustomizations.stylesheets = true
svg.context-properties.content.enabled = true
layout.css.color-mix.enabled = true
uc.tweak.hide-tabs-bar = true
git clone https://github.com/rainbowflesh/Me-Personal-Firefox-Settup.git
cd Me-Personal-Firefox-Settup
# Make com-for-table in use,
# and get your profile path by visit
# about:profiles, which `Local Directory` is.
cp -r ./chrome $THEPROFILEPATH/chrome
# or use symbol link make upgrade easily
ln -S ./chrome $THEPROFILEPATH/chrome
-
Tree Style Tab: locate
Advanced
, Import this. -
Sidebery: copy&paste this to
Styles editor
-
Tab Center Reforn Import this CSS.
Copy paste user.js
to profile root folder, like
| - 01djcrd2.default/user.js
| - 01djcrd2.default/chrome/userChrome.css
oops, comment out first line in userChrome.css
/* l:6 */
@import url("./SideBarFox/sidebar.css");
@import url("./SideBarFox/autohide.css");
- Edge-FrFx, Microsoft Edge style ui.
- simpleMenuWizard, this is why you right click context menu losing things.