old firefox

From Hot Sheep, 2 Years ago, written in Plain Text, viewed 380 times.
URL https://paste.steamr.com/view/2fab5e33 Embed Show code
Download Paste or View Raw
  1. #firefox_version=33.0
  2. # Firefox 51 was the last version to support NPAPI plugins (e.g. Java) (https://support.mozilla.org/en-US/kb/npapi-plugins)
  3. #firefox_version=51.0
  4. # Firefox 56 was the last version to support XPCOM- and XUL-based add-ons (https://blog.mozilla.org/addons/2016/11/23/add-ons-in-2017/)
  5. #firefox_version=56.0
  6.  
  7. tar -xvf firefox-$firefox_version.tar.bz2
  8. mv firefox firefox-$firefox_version
  9. cd firefox-$firefox_version
  10. mkdir profile
  11. # Disable automatic updates and default browser check
  12. echo "user_pref(\"app.update.enabled\", false);
  13. user_pref(\"browser.shell.checkDefaultBrowser\", false);" > profile/user.js
  14. ./firefox --profile profile

Reply to "old firefox"

Here you can reply to the paste above