aboutsummaryrefslogtreecommitdiff
path: root/src/content/navigates.js
Commit message (Collapse)AuthorAgeFilesLines
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-021-78/+0
|
* pagination tweaks and fixes:chocolateboy2017-11-231-22/+27
| | | | | | | | - fallback links: - select the last matching link rather than the first - use `innerText` rather than `textContent` - use a single regex for each pattern rather than an array - fix markup typo in test
* improve #linkPrev and #linkNext:chocolateboy2017-11-171-14/+17
| | | | | | - add support for <link> elements - match if there's more than one rel e.g. <a rel="nofollow next">...</a> - more tests
* implement go-root commandShin'ya Ueoka2017-09-171-1/+5
|
* implement go-parent commandShin'ya Ueoka2017-09-171-1/+20
|
* pagenate by prev/next linksShin'ya Ueoka2017-09-171-1/+40
|
* rename history navigationShin'ya Ueoka2017-09-171-0/+8