Reddit Flair Blocker Firefox

Examine source code of Reddit Flair Blocker

Inspect and view changes in Reddit Flair Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reddit Flair Blocker",
  "version": "1.1",
  "description": "Blocks posts with specific flairs on Reddit",
  "permissions": [
    "storage",
    "https://www.reddit.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.reddit.com/*",
        "https://www.reddit.com/r/all/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{720aae7a-8d7a-49c9-83cc-17f7aa2c9ac4}"
    }
  }
}

Best Reddit Flair Blocker Alternatives

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