the grrs.
This commit is contained in:
parent
9692fc7f99
commit
a946afaa89
8 changed files with 5823 additions and 21 deletions
|
|
@ -3,10 +3,12 @@ user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
|||
|
||||
// disable new sidebar
|
||||
user_pref("sidebar.revamp", false);
|
||||
user_pref("sidebar.animation.enabled", false);
|
||||
|
||||
// Fill SVG Color
|
||||
user_pref("svg.context-properties.content.enabled", true);
|
||||
|
||||
|
||||
// CSS's `:has()` selector
|
||||
user_pref("layout.css.has-selector.enabled", true);
|
||||
|
||||
|
|
@ -25,3 +27,7 @@ user_pref("widget.gtk.rounded-bottom-corners.enabled", true);
|
|||
|
||||
// Who is bogus? (fixes Sidebery tab dragging on Linux)
|
||||
user_pref("widget.gtk.ignore-bogus-leave-notify", 1);
|
||||
|
||||
user_pref("browser.tabs.allow_transparent_browser", true);
|
||||
user_pref("gwfox.bms", true);
|
||||
user_pref("gwfox.plus_sc", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue