Disable Transitions Firefox

Examine source code of Disable Transitions

Inspect and view changes in Disable Transitions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Disable Transitions",
  "version": "1.0",
  "description": "Disable all CSS transitions and animations",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "disable-transitions.css"
      ]
    }
  ]
}

Best Disable Transitions Alternatives

Here are some Firefox add-ons that are similar to Disable Transitions: