X Comment Sorting Remover Firefox

Examine source code of X Comment Sorting Remover

By: BONG88
Inspect and view changes in X Comment Sorting Remover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Twitter Comment Sorting Remover",
  "version": "1.0",
  "description": "Hides the comment sorting button on X/Twitter posts.",
  "permissions": [
    "activeTab",
    "*://twitter.com/*",
    "*://x.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon.png"
    }
  },
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://twitter.com/*",
        "*://x.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{264e2436-c38d-487b-b519-b2c0845a080a}"
    }
  }
}

Best X Comment Sorting Remover Alternatives

Here are some Firefox add-ons that are similar to X Comment Sorting Remover: