NSFWRedditBlocker Firefox

Examine source code of NSFWRedditBlocker

Inspect and view changes in NSFWRedditBlocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NSFWRedditBlocker",
  "version": "1.0",
  "description": "Redirects to https://reddit.com if a NSFW post or subreddit is detected",
  "icons": {
    "48": "shield-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/r/*"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "blocker.js"
      ]
    }
  ]
}

Best NSFWRedditBlocker Alternatives

Here are some Firefox add-ons that are similar to NSFWRedditBlocker: