diff options
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 |
