Old Layout for Facebook Firefox

Examine source code of Old Layout for Facebook

Inspect and view changes in Old Layout for Facebook source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Attempt to Revert Facebook to the Old Layout (pre-Sep 2020)",
  "manifest_version": 2,
  "name": "Old Layout for Facebook",
  "author": "Matt Kruse",
  "version": "7.1",
  "homepage_url": "https://OldLayout.com",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "*://*.facebook.com/*",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "js": [
        "purify.js",
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icon-16.png",
      "19": "icon-19.png",
      "32": "icon-32.png",
      "38": "icon-38.png",
      "48": "icon-48.png"
    },
    "default_title": "Old Layout for Facebook",
    "default_popup": "options.html"
  }
}

Best Old Layout for Facebook Alternatives

Here are some Firefox add-ons that are similar to Old Layout for Facebook: