Antidote — Slow Scroll Firefox

Examine source code of Antidote — Slow Scroll

By: kdj Add-on
Inspect and view changes in Antidote — Slow Scroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Antidote — Slow Scroll",
  "version": "0.1.5",
  "description": "Take as needed. Slow infinite scroll on chosen sites and block Shorts/Reels/TikTok.",
  "browser_specific_settings": {
    "gecko": {
      "id": "antidote@chatcity.io",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "http://127.0.0.1:8765/*",
    "http://localhost:8765/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Antidote",
    "default_icon": {
      "48": "icon.svg",
      "96": "icon.svg"
    }
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg",
    "128": "icon.svg"
  }
}

Best Antidote — Slow Scroll Alternatives

Here are some Firefox add-ons that are similar to Antidote — Slow Scroll: