Reclaim-Focus: Remove Shorts, Reels & Feeds Firefox

Examine source code of Reclaim-Focus: Remove Shorts, Reels & Feeds

By: SoukoX Add-on
Inspect and view changes in Reclaim-Focus: Remove Shorts, Reels & Feeds source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Reclaim",
  "version": "2.3.0",
  "description": "Take back your attention. Block mindless scrolling while keeping what actually matters.",
  "homepage_url": "https://github.com/anomalyco/reclaim",
  "permissions": [
    "storage",
    "tabs",
    "alarms",
    "notifications"
  ],
  "background": {
    "scripts": [
      "defaults.js",
      "background.js"
    ]
  },
  "host_permissions": [
    "*://*.instagram.com/*",
    "*://*.facebook.com/*",
    "*://*.youtube.com/*",
    "*://*.tiktok.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "reclaim@reclaim.app",
      "strict_min_version": "121.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "defaults.js",
        "content/instagram.js"
      ],
      "css": [
        "content/hide.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "js": [
        "defaults.js",
        "content/facebook.js"
      ],
      "css": [
        "content/hide.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.tiktok.com/*"
      ],
      "js": [
        "defaults.js",
        "content/tiktok.js"
      ],
      "css": [
        "content/hide.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "defaults.js",
        "content/youtube.js"
      ],
      "css": [
        "content/hide.css"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Reclaim-Focus: Remove Shorts, Reels & Feeds Alternatives

Here are some Firefox add-ons that are similar to Reclaim-Focus: Remove Shorts, Reels & Feeds: