t.co Bypass Firefox

Examine source code of t.co Bypass

Inspect and view changes in t.co Bypass source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "t.co Bypass",
  "version": "1.0.0",
  "description": "Replaces t.co links with the real URL before you click, avoiding Twitter's redirector.",
  "author": "aristotelesbr",
  "homepage_url": "https://github.com/aristotelesbr/tco-bypass",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://x.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "iafud0b54@mozmail.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best t.co Bypass Alternatives

Here are some Firefox add-ons that are similar to t.co Bypass: