CS-108 Reformat Firefox

Examine source code of CS-108 Reformat

By: Mattia
Inspect and view changes in CS-108 Reformat source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CS-108 Reformat",
  "version": "1.2",
  "author": "Mattia Metzler",
  "description": "Reformats all CS-108 pages (matching cs108.epfl.ch) to be more readable and somewhat nicer.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://cs108.epfl.ch/*"
      ],
      "js": [
        "javascript/body_width.js"
      ]
    },
    {
      "matches": [
        "*://cs108.epfl.ch/p/*",
        "*://cs108.epfl.ch/e/*"
      ],
      "js": [
        "javascript/code_highlighting.js",
        "javascript/list_spacing.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{71609ae8-f2b7-4095-9c46-8adaa93139b3}"
    }
  }
}

Best CS-108 Reformat Alternatives

Here are some Firefox add-ons that are similar to CS-108 Reformat: