Skip to content

Instantly share code, notes, and snippets.

@qihuahu
qihuahu / vscode.jsonc
Last active June 14, 2022 10:13
Personal VSCode settings
{
// 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
}
@qihuahu
qihuahu / zotero about:config.js
Last active June 14, 2022 10:14
Personal zotero about:config
// 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"
@qihuahu
qihuahu / firefox about:config.js
Last active June 14, 2022 10:14
Personal Firefox about:config
// 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