Skip to content

Commit

Permalink
Merge pull request #794 from arturpragacz/patch-1
Browse files Browse the repository at this point in the history
Cleanup user.js.
  • Loading branch information
black7375 authored Oct 9, 2023
2 parents e4371a3 + 6b1c001 commit f67fd0e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit f67fd0e

Please sign in to comment.