Reddit Anti-Block

Reddit Anti-Block

Removes the 18+ popup block on Reddit

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Reddit Anti-Block",
  "version": "1.1",
  "description": "Removes the 18+ popup block on Reddit",
  "host_permissions": [
    "https://*.reddit.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.reddit.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}