user.js v.112
Betterfox 112
π¦ Firefox Release
β Betterfox Updates
π Release Notes
- Removed
user_pref("layout.forms.reveal-password-context-menu", true);
since it's now default in v.112. - Completely disable "website is now full screen" message, instead of only hiding it.
- Restore previous behavior by using
user_pref("full-screen-api.warning.delay", -1);
in your overrides.
- Restore previous behavior by using
- Preventing window changes sometimes breaks enterprise applications, so we've removed these prefs:
user_pref("browser.link.open_newwindow.restriction", 0);
user_pref("dom.disable_window_move_resize", true);
- Weβll evaluate the latter pref again and possibly restore it in the future.
π₯οΈ Keyword Summary
- removed = change applies only to new profiles; you must manually reset the pref in your current Firefox profile
- reset = change applies to current and new profiles