diff --git a/content/buffer.js b/content/buffer.js index 8fcf91d8..69dd0d6f 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -153,7 +153,7 @@ liberator.Buffer = function () //{{{ liberator.options.add(["nextpattern",], "Patterns to use when guessing the 'next' page in a document sequence", - "stringlist", "\\bnext,^>$,^(>>|»)$,^(>|»),(>|»)$"); + "stringlist", "\\bnext\\b,^>$,^(>>|»)$,^(>|»),(>|»)$,\\bmore\\b"); liberator.options.add(["previouspattern"], "Patterns to use when guessing the 'previous' page in a document sequence",