Use SumOfUs.org w/o its Javascript Firefox

Examine source code of Use SumOfUs.org w/o its Javascript

Inspect and view changes in Use SumOfUs.org w/o its Javascript source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LibreJS compatible SumOfUs.org",
  "version": "1.1resigned1",
  "author": "Nathan Nichols",
  "description": "Makes sumofus.org compatible with LibreJS.",
  "applications": {
    "gecko": {
      "id": "SimpleSumOfUs@0xbeef.coffee",
      "strict_min_version": "42.0"
    }
  },
  "permissions": [
    "webRequestBlocking",
    "*://*.sumofus.org/*",
    "*://*.actions.sumofus.org/*",
    "webRequest"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.sumofus.org/campaigns/*",
        "*://*.actions.sumofus.org/a/*",
        "*://*.actions.sumofus.org/api/pages/*/actions"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}

Best Use SumOfUs.org w/o its Javascript Alternatives

Here are some Firefox add-ons that are similar to Use SumOfUs.org w/o its Javascript: