https://github.com/dfm/arxivist
This browser extension reorders the listings at arXiv.org based on your browsing history
https://github.com/dfm/arxivist
Last synced: 2 months ago
JSON representation
This browser extension reorders the listings at arXiv.org based on your browsing history
- Host: GitHub
- URL: https://github.com/dfm/arxivist
- Owner: dfm
- License: mit
- Created: 2014-02-14T21:38:44.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T19:17:13.000Z (about 2 years ago)
- Last Synced: 2025-04-13T19:54:00.240Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 313 KB
- Stars: 37
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The ArXivist
This browser extension reorders the listings at [arXiv.org](https://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._
## Installation
You can install arxivist as a [Chrome extension](https://chrome.google.com/webstore/detail/arxivist/fmnaemfbhjjgdokfgboolpjhnfcdaime) or [Firefox add-on](https://addons.mozilla.org/en-US/firefox/addon/arxivist/).
## Developer installation
You can install the development version in Chrome by:
1. Cloning the GitHub repository,
2. Running `./zip_extension.sh` in the repository root, to generate a `manifest.json` file,
3. Navigating to [chrome://extensions](chrome://extensions), turning on "developer mode", and
4. Loading the repository directory as an "unpacked extension".

## Releasing
To release a new version, update the version number in `manifest.json.template`, and then run:
```bash
./zip_extension.sh
```
Note that this will produce a v3 manifest compatible with Chrome. To generate the v2 version compatible with Firefox, run:
```bash
./zip_extension.sh v2
```