de-Algorithm - Feed Blocker Firefox

Examine source code of de-Algorithm - Feed Blocker

作者: Punths
Inspect and view changes in de-Algorithm - Feed Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "de-Algorithm",
  "version": "0.2.2",
  "description": "Blocks Reddit/YouTube feeds and bounces you back to Firefox home. Hides YouTube suggested sidebar on watch pages.",
  "permissions": [
    "webNavigation",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "*://*.reddit.com/*",
    "*://reddit.com/*",
    "*://*.youtube.com/*",
    "*://youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*",
        "*://youtube.com/*"
      ],
      "js": [
        "youtube-watch.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@De-Algorithm",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

最佳 de-Algorithm - Feed Blocker 替代方案

这里是一些与de-Algorithm - Feed Blocker类似的Firefox add-on: