Nuke Reddit History

Nuke Reddit History

To overwrite & delete all your comments on reddit, click this addon icon next to your address bar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_popup": "/static_resources/popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "include_globs": [
        "https://*.reddit.com/nuke-reddit-history/?efe2d409a42=f9ce4f81e6326*"
      ],
      "js": [
        "Nuke-Reddit-History.js"
      ],
      "matches": [
        "https://*.reddit.com/nuke-reddit-history/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "/static_resources/icons/icon16.png",
    "48": "/static_resources/icons/icon48.png",
    "128": "/static_resources/icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "permissions": [
    "activeTab",
    "https://*.reddit.com/"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "2.3.1",
  "web_accessible_resources": [
    "/static_resources/template.html"
  ]
}