Reddit Scroll Limiter Firefox

Examine source code of Reddit Scroll Limiter

By: Joseph Add-on
Inspect and view changes in Reddit Scroll Limiter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reddit Scroll Limiter",
  "version": "1.0",
  "description": "Ultralight app to stop you from scrolling reddit endlessly! Displays a modal overtop of reddit once you scroll down a specified number of posts, preventing you from clicking on any more posts and mostly obscuring your view. Scroll back up to disable. Number of posts defaults to 100 but can be set to any number. Works with old and new reddit.\n Only looks at the number of posts, no sneaky backdoor reading of your data in any way",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "options_ui": {
    "page": "options/options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "joseph.devmode@gmail.com",
      "strict_min_version": "57.0"
    }
  }
}

Best Reddit Scroll Limiter Alternatives

Here are some Firefox add-ons that are similar to Reddit Scroll Limiter: