Reddit NSFW Unblocker

Reddit NSFW Unblocker

Unblock and remove these pesky popups and blurs to freely view NSFW content! No login required. Made for the new Reddit (Beta) UI.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Reddit NSFW Unblocker",
  "version": "0.4.0",
  "manifest_version": 2,
  "description": "Unblock and remove these pesky popups and blurs to freely view NSFW content! No login required. Made for the new Reddit (Beta) UI.",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "48.0",
      "id": "{9076cefe-e6f8-4883-a480-9f968bd09249}"
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  },
  "icons": {
    "16": "src/icon/icon16.png",
    "32": "src/icon/icon32.png",
    "48": "src/icon/icon48.png",
    "128": "src/icon/icon128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://*.reddit.com/r/*",
        "*://*.reddit.com/user/*"
      ],
      "js": [
        "src/js/unblocker.js"
      ]
    }
  ]
}