mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Fix #276: ]] on Hacker News
This commit is contained in:
parent
7d3fb87d5e
commit
f0c8ada4cb
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ const DEFAULTS = o({
|
|||
"sanitize": "sanitise",
|
||||
}),
|
||||
followpagepatterns: o({
|
||||
next: "^(next|newer)\\b|»|>>",
|
||||
next: "^(next|newer)\\b|»|>>|more",
|
||||
prev: "^(prev(ious)?|older)\\b|«|<<",
|
||||
}),
|
||||
"searchengine": "google",
|
||||
|
|
Loading…
Add table
Reference in a new issue