Kill Infinite Scroll Firefox

Examine source code of Kill Infinite Scroll

By: als123
Inspect and view changes in Kill Infinite Scroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Kill Infinite Scroll",
  "description": "Disable the infinite scroll from http://www.infinite-scroll.com used by Tumblr and others",
  "version": "1.0.6resigned1",
  "default_locale": "en",
  "applications": {
    "gecko": {
      "strict_min_version": "54.0a1",
      "id": "killInfiniteScroll@jetpack"
    }
  },
  "background": {
    "scripts": [
      "utils.js",
      "exceptions.js",
      "options_api.js",
      "index.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "utils.js",
        "exceptions.js",
        "frameScript.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "storage"
  ]
}

Best Kill Infinite Scroll Alternatives

Here are some Firefox add-ons that are similar to Kill Infinite Scroll: