You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi !
I think it would be nice to have a default user.js file. It could serve as a template that users can simply copy and modify, saving them the effort of manually navigating through the settings or creating the file from scratch.
Something like that
// EdgyArc-fr// Note: Macos Only// /!\ May decrease text contrast/visibilityuser_pref("af.edgyarc.macos-translucent",false);// Translucent Effectsuser_pref("af.edgyarc.macos-more-translucent",false);// More Translucentuser_pref("af.edgyarc.thin-navbar",false);// Thin Navigation Baruser_pref("af.edgyarc.minimal-navbar",false);// Minimal Navigation Baruser_pref("uc.tweak.af.greyscale-webext-icons",false);// Greyscale webextentions iconsuser_pref("af.edgyarc.centered-url",true);// Centered URLuser_pref("af.sidebery.edgyarc-theme",true);// Enable Sidebery Themeuser_pref("af.sidebery.minimal-collapsed",true);// Minimal Sidebery when Collapseduser_pref("af.edgyarc.edge-sidebar",false);// Edge-like Sidebaruser_pref("af.edgyarc.show-sidebar-header",false);// Show Sidebar Header// Note: Requires UserChrome Toggle to work// https://addons.mozilla.org/firefox/addon/userchrome-toggleuser_pref("af.edgyarc.autohide-sidebar",true);// Auto-Hide Sidebaruser_pref("uc.tweak.af.sidebar-width-350",false);// Wider Expanded Sidebar on Hoveruser_pref("af.sidebery.nav-on-top",false);// Sidebery Horizontal Navbar on Top Tab Listuser_pref("af.sidebery.static-pinned-tab-width",false);// Disable Dynamic Width Pinned Tabs
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi !
I think it would be nice to have a default
user.js
file. It could serve as a template that users can simply copy and modify, saving them the effort of manually navigating through the settings or creating the file from scratch.Something like that
The default values here are a bit random tho
Beta Was this translation helpful? Give feedback.
All reactions