This file contains 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
Show hidden characters
{ | |
// Completely disable trust workspace | |
// I know it's not safe, but I don't run random code from the internet. | |
"security.workspace.trust.enabled": false | |
} |
This file contains 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
// Edit from Preference > Advanced > Config Editor | |
// Change UI Font For Chinese | |
font.default.ja = "Source Han Sans SC" | |
font.name-list.sans-serif.ja = "Source Han Sans SC" |
This file contains 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
// disable the "Do you mean to go to" notification | |
browser.urlbar.dnsResolveSingleWordsAfterSearch = 0 | |
// remove pocket (toolbar and contextmenu) | |
extensions.pocket.enabled = false | |
browser.newtabpage.activity-stream.section.highlights.includePocket = false |