X/Twitter default to 'All' tab in profiles Firefox

Examine source code of X/Twitter default to 'All' tab in profiles

By: ofoo Add-on
Inspect and view changes in X/Twitter default to 'All' tab in profiles source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "X/Twitter default to 'All' tab in profiles",
  "description": "A Firefox extension to force switch to 'All' tab instead of 'Posts' tab by default when navigating profiles.",
  "version": "1.0.0",
  "permissions": [
    "https://x.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://x.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@x-all-profile-by-default.ofoo",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best X/Twitter default to 'All' tab in profiles Alternatives

Here are some Firefox add-ons that are similar to X/Twitter default to 'All' tab in profiles: