arxivist Firefox

Examine source code of arxivist

By: Dan F-M
Inspect and view changes in arxivist source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "arxivist",
  "version": "0.2.1",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "description": "arxivist reorders pages on arXiv.org based on your preferences",
  "homepage_url": "https://github.com/dfm/arxivist",
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "24": "icons/icon24.png",
      "32": "icons/icon32.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://arxiv.org/list/*/new*",
        "*://arxiv.org/list/*/recent*",
        "*://arxiv.org/list/*/pastweek*",
        "*://arxiv.org/abs/*"
      ],
      "js": [
        "src/stopwords.js",
        "src/stemmer.js",
        "src/arxivist.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2e363a3b-ade4-44a8-9457-194b10317cf5}"
    }
  }
}

Best arxivist Alternatives

Here are some Firefox add-ons that are similar to arxivist: