Old Twitter Layout (2026) Firefox

Examine source code of Old Twitter Layout (2026)

By: drifty
Inspect and view changes in Old Twitter Layout (2026) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Old Twitter Layout (2026)",
  "description": "__MSG_ext_description__",
  "version": "1.9.6.7",
  "manifest_version": 2,
  "homepage_url": "https://github.com/dimdenGD/OldTwitter",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "scripting",
    "unlimitedStorage",
    "*://*.twitter.com/*",
    "*://twitter.com/*",
    "*://twimg.com/*",
    "*://*.twimg.com/*",
    "*://x.com/*",
    "*://*.x.com/*",
    "https://dimden.dev/*",
    "https://raw.githubusercontent.com/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "web_accessible_resources": [
    "layouts/*",
    "images/*",
    "fonts/*",
    "libraries/*",
    "_locales/*",
    "sandbox.html"
  ],
  "icons": {
    "16": "/images/logo16.png",
    "32": "/images/logo32.png",
    "48": "/images/logo48.png",
    "128": "/images/logo128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*?*newtwitter=true*",
        "https://x.com/*?*newtwitter=true*"
      ],
      "js": [
        "scripts/xIconRemove.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://twitter.com/*?*newtwitter=true*",
        "https://x.com/*?*newtwitter=true*"
      ],
      "js": [
        "scripts/newtwitter.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://twitter.com/*",
        "https://x.com/*"
      ],
      "exclude_matches": [
        "https://twitter.com/*?*newtwitter=true*",
        "https://twitter.com/settings/download_your_data",
        "https://twitter.com/i/flow/login*",
        "https://twitter.com/i/tweetdeck",
        "https://twitter.com/i/communitynotes",
        "https://twitter.com/i/broadcasts/*",
        "https://twitter.com/search-advanced",
        "https://twitter.com/x/migrate",
        "https://x.com/*?*newtwitter=true*",
        "https://x.com/settings/download_your_data",
        "https://x.com/i/flow/login*",
        "https://x.com/i/tweetdeck",
        "https://x.com/i/communitynotes",
        "https://x.com/i/broadcasts/*",
        "https://x.com/search-advanced",
        "https://x.com/x/migrate",
        "https://x.com/i/grok",
        "https://x.com/i/article/*"
      ],
      "js": [
        "scripts/blockBeforeInject.js",
        "scripts/config.js",
        "scripts/tdeb.js",
        "scripts/tweetConstructor.js",
        "scripts/helpers.js",
        "scripts/apis.js",
        "scripts/twchallenge.js",
        "scripts/injection.js"
      ],
      "css": [
        "libraries/viewer.min.css"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "78.0",
      "id": "oldtwitter@drifty.win"
    },
    "gecko_android": {
      "strict_min_version": "78.0"
    }
  }
}

Best Old Twitter Layout (2026) Alternatives

Here are some Firefox add-ons that are similar to Old Twitter Layout (2026):