NoSlop Firefox

Examine source code of NoSlop

Inspect and view changes in NoSlop source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "NoSlop",
  "version": "1.1",
  "manifest_version": 2,
  "description": "NoSlop",
  "icons": {
    "16": "images/nosloplogo.png",
    "48": "images/nosloplogo.png",
    "128": "images/nosloplogo.png"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://twitter.com/*",
        "*://x.com/*"
      ],
      "js": [
        "globals.js",
        "messaging.js",
        "auth.js",
        "utils.js",
        "tweetFiltering.js",
        "ui.js",
        "observer.js",
        "mutedConcepts.js",
        "contentScript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/slopbutton.png",
    "images/nosloplogo.png",
    "*.js"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{653d3c4a-82fd-4658-8dba-88d42c9d3d54}"
    }
  }
}

Best NoSlop Alternatives

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