Distraction-free Homestuck

Distraction-free Homestuck

Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Distraction-free Homestuck",
  "description": "Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.",
  "version": "1.0",
  "author": "James Lamine",
  "content_scripts": [
    {
      "matches": [
        "http://www.mspaintadventures.com/?*s=6*"
      ],
      "js": [
        "lib/keymaster.js",
        "page-data.js",
        "homestuck-reader.js"
      ],
      "css": [
        "homestuck-reader.css"
      ],
      "run_at": "document_end"
    }
  ]
}