mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
8 lines
280 B
JavaScript
8 lines
280 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);
|