about: page for advanced users to display some memory usage statistics about their add-ons.accounts.google.com, docs.google.com, translate.google.com, login.live.com, plus.google.com, www.facebook.com, twitter.com, static.ak.facebook.com, www.linkedin.com, www.virustotal.com, account.live.com, admin.brightcove.com, www.mywot.com, webcache.googleusercontent.com, web.archive.org, accounts.youtube.com, signin.ebay.com, www.centurion.link, login.aliexpress.com, message.aliexpress.com, customerservice.greenwheels.com, stackoverflow.com, jira.internal.epo.org, www.centurion.link, www.marktplaats.nl background:rgba(175,236,237,0.3) Original: background:rgba(252,252,0,0.6); color: #000
middlemouse.paste=truemousewheel.withaltkey.action=1
browser.tabs.closeButtons=3browser.tabs.selectOwnerOnClose=falsebrowser.tabs.maxOpenBeforeWarn=30With Tree Style Tab plugin:
browser.tabs.closeButtons=2
browser.ctrlTab.previews=true
network.http.proxy.pipelining=truenetwork.http.pipelining=truenetwork.http.pipelining.maxrequests=8browser.cache.use_new_backend=1References:
reader.parse-on-load.enabled=falsereader.parse-on-load.force-enabled=falsebrowser.pocket.enabled=falseloop.enabled=false
<em:multiprocessCompatible>false</em:multiprocessCompatible> in its manifest. To disable this check set extensions.e10sBlockedByAddons=false and verify on about:support that Multiprocess Windows is 1/1 (Enabled by default) or 1/1 (Enabled by user) (and not 0/1 (Disabled by add-ons)).
See additionally on multiprocess mode:
dom.ipc.processCount=4
www.localhost.com when one types lcoalhost set browser.fixup.alternate.enabled=false
dom.max_script_run_time=30
layout.spellcheckDefault from 0 to 1 to enable spell checking in all <textarea> fields, or make the value 2 to enable spell checking in all text input fields.layout.spellcheckDefault=2
layout.css.devPixelsPerPx preference to value e.g. 1.2.
plugins.update.url=""plugins.hide_infobar_for_outdated_plugin=trueboolean variable extensions.checkCompatibility.17.0=false (use your current FF version number)
File → Email Link…Customize toolbar and add Email a link to this page button to it.
Updates:
readme.txt for plugin v3.10 from June 2016 reads that it supports Firefox v45 and higher, but note that Firefox v52 ESR ×32 is the last Firefox that supports NPAPI plugins.
network.negotiate-auth.trusted-uris=http://, https://network.negotiate-auth.delegation-uris=http://,https://
On Windows this setting should be enough to use your AD credentials. On Linux you need to have valid Kerberos ticket, which can be obtained using the command kinit -pkt /path/to/file.keytab id@domain.org (see man kinit).
See also:
security.tls.version.min=1.
See also:
sessionstore-backups directory (if something goes wrong with recovery, you can always retry).sessionstore-backups\recovery.bak to Firefox profile directory with a name sessionstore.js (FF 45.0.1) or sessionrestore.js (older FF versions).sessionstore-backups folder.sessionstore-backups\recovery.bak (or sessionstore-backups\recovery.js – check which one has more recent modification date) from backup made on step 1 to sessionstore.js.sessionstore-backups\recovery.*, sessionstore-backups\previous.jsonlz4 and sessionrestore.jsonlz4.See Convert sessionstore.js to sessionstore.jsonlz4 for more details.
Use Scrounger to extract links from plain JS or JSONLZ4 format and overwrite sessionstore.js after stopping Firefox, check Firefox restore a previous session.
More:
places.sqlite:
.open places.sqlite DELETE FROM moz_places WHERE instr(url,'broken.com') > 0; UPDATE moz_places SET url = REPLACE(url,'my.com','my.org'); UPDATE moz_places SET url = REPLACE(url,'my.edu','my.org');
CMD script to apply changes to Firefox places (path to profile should be corrected correspondingly):
set PROFILE=%APPDATA%\Mozilla\Firefox\Profiles\default copy %PROFILE%\places.sqlite places.sqlite copy places.sqlite places.sqlite.orig sqlite3.exe < places.sql move places.sqlite %PROFILE%\places.sqlite
sqlite3.exe can be downloaded from here.