diff options
| author | unknown | 2011-03-08 20:11:46 +0800 | 
|---|---|---|
| committer | unknown | 2011-03-08 20:11:46 +0800 | 
| commit | 3e1c9cf9f1792d3e9b7ef8dba74f4a9ae09d90fe (patch) | |
| tree | cf9db8bc919edea3ddd2ba119444df5d3b523ed8 /background_page.html | |
| parent | 447746ce40c1eb161d0593067d739cf70d0d5c8e (diff) | |
| download | vimium-3e1c9cf9f1792d3e9b7ef8dba74f4a9ae09d90fe.tar.bz2 | |
issue 315: Suggest to add previous and next page pattern config
Diffstat (limited to 'background_page.html')
| -rw-r--r-- | background_page.html | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/background_page.html b/background_page.html index 0e47bbf7..2be1e7b2 100644 --- a/background_page.html +++ b/background_page.html @@ -31,7 +31,9 @@        ".vimiumHintMarker {\n\n}\n" +        ".vimiumHintMarker > .matchingCharacter {\n\n}",      excludedUrls: "http*://mail.google.com/*\n" + -                  "http*://www.google.com/reader/*\n" +                  "http*://www.google.com/reader/*\n", +    previousPatterns: "\\bprev\\b,\\bprevious\\b,\\u00AB,<<,<", +    nextPatterns: "\\bnext\\b,\\u00BB,>>,\\bmore\\b,>"    };    // This is the base internal link hints CSS. It's combined with the userDefinedLinkHintCss before | 
