From 532249020ace7e0a91483608accee67eb5b68659 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Sat, 30 Jan 2010 22:21:06 -0800 Subject: Add two more characters to the pool that link hints pulls from. This will let us highlight more links with strings of just 2 characters instead of needing to use 3. This is a good idea now that we are highlighting anything on the page with an onclick handler, which means more links will be highlighted across the board. --- background_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background_page.html b/background_page.html index 93fbedbd..10340019 100644 --- a/background_page.html +++ b/background_page.html @@ -13,7 +13,7 @@ var defaultSettings = { scrollStepSize: 60, defaultZoomLevel: 100, - linkHintCharacters: "sadfjklewcmp", + linkHintCharacters: "sadfjklewcmpgh", userDefinedLinkHintCss: ".vimiumHintMarker {\n\n}\n" + ".vimiumHintMarker > .matchingCharacter {\n\n}" -- cgit v1.2.3