Currently, we have this:

browser_relationship_patterns[RELATIONSHIP_NEXT] =
    [/^next$/i,
     new RegExp("^>$","i"),
     new RegExp("^(>>|»)$","i"),
     new RegExp("^(>|»)","i"),
     new RegExp("(>|»)$","i"),
     new RegExp("\\bnext","i"),

Strangely, in spite of the double arrows being there, the
relationship-next function still returns "No "next" link found.

I'm not very familiar with js or Regular expressions.  Might it not be
possible for us to make the following replacements?

← \u2190
«  \xab,
≪ \u226a

→  \u2192
»  \xbb
≫ \u226b

Also can we also search for words like "more", "prev", "previous", "back"?


--
Nicholas Ochiel
t: @nochiel
_______________________________________________
Conkeror mailing list
Conkeror@mozdev.org
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to