no lazy load Firefox

Examine source code of no lazy load

Inspect and view changes in no lazy load source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "nolazy",
  "description": "Loads lazy load images normally which would otherwise never show with javascript disabled.",
  "version": "0.2",
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "nolazy.js"
      ]
    }
  ]
}

Best no lazy load Alternatives

Here are some Firefox add-ons that are similar to no lazy load: