CF static site enchancer Firefox

Examine source code of CF static site enchancer

Inspect and view changes in CF static site enchancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "CF static site enchancer",
  "version": "2.0.0",
  "description": "Enhances the static codeforces websites with additional features so that you get a complete environment during contests",
  "manifest_version": 2,
  "icons": {
    "48": "static/icon48.png",
    "64": "static/icon64.png",
    "128": "static/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://m1.codeforces.com/contest/*",
        "*://m2.codeforces.com/contest/*",
        "*://m3.codeforces.com/contest/*"
      ],
      "css": [
        "tables.css"
      ],
      "js": [
        "main.js"
      ]
    },
    {
      "matches": [
        "*://m1.codeforces.com/contest/*/problem/*",
        "*://m2.codeforces.com/contest/*/problem/*",
        "*://m3.codeforces.com/contest/*/problem/*"
      ],
      "js": [
        "copy.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "https://codeforces.com/*",
    "https://cf-predictor.herokuapp.com/*"
  ]
}

Best CF static site enchancer Alternatives

Here are some Firefox add-ons that are similar to CF static site enchancer: