mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Cleanup user.js.
With the ESR 115 release the preferences are no longer necessary.
This commit is contained in:
parent
e4371a3f5a
commit
6b1c001df5
1 changed files with 0 additions and 9 deletions
9
user.js
9
user.js
|
|
@ -2,18 +2,9 @@
|
|||
// userchrome.css usercontent.css activate
|
||||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||
|
||||
// Proton Enabled #127 || Removed at 97 #328 (Maintained for compatibility with ESR)
|
||||
user_pref("browser.proton.enabled", true);
|
||||
|
||||
// Fill SVG Color
|
||||
user_pref("svg.context-properties.content.enabled", true);
|
||||
|
||||
// CSS Color Mix - 88 Above
|
||||
user_pref("layout.css.color-mix.enabled", true);
|
||||
|
||||
// CSS Blur Filter - 88 Above
|
||||
user_pref("layout.css.backdrop-filter.enabled", true);
|
||||
|
||||
// Restore Compact Mode - 89 Above
|
||||
user_pref("browser.compactmode.show", true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue