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:
GR++ Redesign
Johnatan Reicher
Code Self Study
j127
Improve 209
logonoff
Code Formatter
sparkle_64
Better UI
Enigma Labs Inc
Source Code Viewer
Nicolas Dos Santos
S-CSS-P
bluesoul
GCR Renamer
ThatUnknownDude
California Code Formatter
stevenchun
Firahub
Dante Falzone
a11y.css accessibility checker
Stephane Deschamps
Element CSS
Lance Borden