vimium-options.json (1463B)
1 { 2 "settingsVersion": "1.67.3", 3 "exclusionRules": [], 4 "filterLinkHints": false, 5 "waitForEnterForFilteredHints": true, 6 "hideHud": false, 7 "keyMappings": "# Insert your preferred key mappings here.", 8 "linkHintCharacters": "sadfjklewcmpgh", 9 "linkHintNumbers": "0123456789", 10 "newTabUrl": "about:newtab", 11 "nextPatterns": "next,more,newer,>,›,→,»,≫,>>", 12 "previousPatterns": "prev,previous,back,older,<,‹,←,«,≪,<<", 13 "regexFindMode": false, 14 "ignoreKeyboardLayout": false, 15 "scrollStepSize": 20, 16 "smoothScroll": false, 17 "grabBackFocus": true, 18 "searchEngines": "w: https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia\ng: https://www.google.com/search?q=%s Google\ngm: https://www.google.com/maps?q=%s Google maps\nb: https://www.bing.com/search?q=%s Bing\nd: https://duckduckgo.com/search?q=%s&kl=jp-jp DuckDuckGo\n# qw: https://www.qwant.com/?q=%s Qwant\ns: https://www.startpage.com/search?q=%s StartPage\nm: https://search.marginalia.nu/search?query=%s Marginalia\ni: https://codemadness.org/idiotbox/?q=%s IdiotBox\nr: https://search.rakuten.co.jp/search/mall/%s/ Rakuten", 19 "searchUrl": "https://html.duckduckgo.com/html/?q=", 20 "userDefinedLinkHintCss": "div > .vimiumHintMarker {\n/* linkhint boxes */\nbackground: #FFC542;\n}\n\ndiv > .vimiumHintMarker span {\n/* linkhint text */\ncolor: black;\nfont-weight: bold;\nfont-size: 12px;\n}\n\ndiv > .vimiumHintMarker > .matchingCharacter {\n}" 21 }