Examine source code of Goose Willis: The Honkening

Inspect and view changes in Goose Willis: The Honkening source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Goose Willis: The Honkening",
  "version": "1.0",
  "description": "Honk HONK honk honk HONK HONK HONK!",
  "icons": {
    "48": "icons/honk48.png",
    "96": "icons/honk96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://forums.somethingawful.com/showthread.php?*threadid=3032497*"
      ],
      "js": [
        "honkening.js"
      ]
    }
  ]
}