This is a Manifest v3 Web Extension that allows you to paginate through a list of URLs. You may right click on a list of URLs and then click on `Paginate Through Selected Links...` to import the links into the extension. You can then use the `Next` and `Previous` buttons, to load the next or previous link respectively in the current tab. For the first link, a new tab will be opened.
Building this extension requires Node.JS. (This extension has been built with Node 22.3 and newer, and NPM 10.7 and newer.)
- First clone the repository
- Install the dependencies with
npm install - Build the extenstion with
npm run build
This extension has been tested in Firefox 127 and newer. To try it out locally, go to about:debugging and click Load Temporary Add-on.... Then select dist/manifest.json to load the extension.