Reddit NSFW Subreddit Blocker Firefox

Examine source code of Reddit NSFW Subreddit Blocker

Inspect and view changes in Reddit NSFW Subreddit Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Reddit NSFW Subreddit Blocker",
  "version": "1.0.2",
  "description": "Automatically blocks NSFW (over_18) subreddits on Reddit. Blocking cannot be turned off from within the extension.",
  "browser_specific_settings": {
    "gecko": {
      "id": "reddit-nsfw-blocker@thunderbolt",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "host_permissions": [
    "*://*.reddit.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "blocked.html"
      ],
      "matches": [
        "*://*.reddit.com/*"
      ]
    }
  ]
}

Best Reddit NSFW Subreddit Blocker Alternatives

Here are some Firefox add-ons that are similar to Reddit NSFW Subreddit Blocker: