EnhanceCF Firefox

Examine source code of EnhanceCF

Inspect and view changes in EnhanceCF source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "EnhanceCF",
  "version": "2.1resigned1",
  "description": "Small enhancements for Codeforces. Adds a 'copy' button in sample test cases and 'All submissions' button on problem pages",
  "icons": {
    "48": "icons/index.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.codeforces.com/problemset/problem/*",
        "*://*.codeforces.com/contest/*/problem/*"
      ],
      "js": [
        "enhance.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4ee2ce94-c27a-45bf-8ed7-9d6b8c3aaf4f}"
    }
  }
}

Best EnhanceCF Alternatives

Here are some Firefox add-ons that are similar to EnhanceCF: