mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 10:41:18 -08:00
11 lines
360 B
JavaScript
11 lines
360 B
JavaScript
// userchrome.css usercontent.css activate
|
|
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
|
|
|
// Fill SVG Color
|
|
user_pref("svg.context-properties.content.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);
|