This browser extension reorders the listings at arXiv.org based on your browsing history. It keeps track of the papers that you have clicked on previously and it moves the "similar" papers to the top of the pile.
Note: your history is only stored in local storage on your local computer and it is never communicated to an external server.
You can install arxivist as a Chrome extension or Firefox add-on.
You can install the development version in Chrome by:
- Cloning the GitHub repository,
- Running
./zip_extension.shin the repository root, to generate amanifest.jsonfile, - Navigating to chrome://extensions, turning on "developer mode", and
- Loading the repository directory as an "unpacked extension".
To release a new version, update the version number in manifest.json.template, and then run:
./zip_extension.shNote that this will produce a v3 manifest compatible with Chrome. To generate the v2 version compatible with Firefox, run:
./zip_extension.sh v2