From 3e1c9cf9f1792d3e9b7ef8dba74f4a9ae09d90fe Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 8 Mar 2011 20:11:46 +0800 Subject: issue 315: Suggest to add previous and next page pattern config --- background_page.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'background_page.html') 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 -- cgit v1.2.3