Skip to content

user.js v.112

Compare
Choose a tag to compare
@yokoffing yokoffing released this 24 Apr 17:02
98c1184

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.
  • 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