Last active
October 31, 2019 01:24
-
-
Save loadletter/b25ee0f1728fb2a5b197 to your computer and use it in GitHub Desktop.
Firefox about:config prefs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#horrible chromeshit | |
browser.tabs.onTop = false | |
#disable bloat | |
webgl.disabled = true | |
media.peerconnection.enabled = false | |
dom.battery.enabled = false | |
#should improve performance | |
network.http.pipelining = true | |
network.dns.disableIPv6 = true | |
#disable session restore saving for less disk writes | |
#browser.sessionstore.enabled | |
#or increase interval (15 sec default (15000)) | |
#browser.sessionstore.interval |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment