Skip to content

user.js v.116

Compare
Choose a tag to compare
@yokoffing yokoffing released this 30 Aug 16:44
· 51 commits to main since this release
ac69c81

🦊 Firefox Release

βœ… Community Updates

  • Betterfox has blasted off from 800 to 1800 ⭐ in the last two months πŸ”₯ πŸš€ πŸŒ” Thank you for the support!
  • πŸ†• We now have an ESR branch πŸŽ‰
  • Betterfox is an optional install in the Floorp browser 🎊
  • πŸ†• Betterfox is now used in Waterfox, starting in G6 Beta 3 πŸ’¦
    • Special thanks to Alex Kronos for helping us optimize prefs for performance and privacy πŸ™

πŸ“ Release Notes

General

  • Fast, Secure, and Pesky all received a facelift to their documentation, esp. the former two
  • The README is now more streamlined, with easy download instructions for new users
  • While still WiP, we are making more use of the wiki

Fixes

  • Added note in the user.js for Windows users to manually enable gfx.canvas.accelerated
    • Caused issues for Windows users with integrated GPUs.
  • removed default-browser-agent.enabled as it breaks the Make Default... button in the Firefox UI
  • improved network.dnsCacheExpiration for longer browsing sessions: set to 86400 (1 day)

Fastfox

  • removed ineffective or unnecessary tweaks for performance
    • If your machine has > 8GB, then you're welcome to go through the Fastfox and increase values.
  • added new network enhancements
  • πŸ†• disabled HTTP request pacing
  • Speculative Connections category was moved from Securefox to Fastfox

Securefox

  • strengthened secure connections:
    • enabled security.mixed_content.block_display_content
    • enabled security.ssl.require_safe_negotiation
    • see possible error codes
  • removed out-of-scope categories and prefs:
    • PROXY / SOCKS / IPv6 category
    • geolocation category
    • browser.sessionstore.privacy_level pref
  • removed privacy.query_stripping.strip_list as the params are default in Firefox

Peskyfox

  • πŸ†• Firefox will now ask to translate pages in certain foreign languages πŸ’¬
    • Set Firefox to auto-translate pages by adding user_pref("browser.translations.autoTranslate", true); to your overrides.
      • You can disable translations for specific languages or pages in URL bar.
  • πŸ†• disabled focus indicator for links
  • disabled browser.aboutConfig.showWarning
  • disabled browser.privateWindowSeparation.enabled (affects Windows only AFAIK)