Examine source code of Subtle Improvements for Hacker News

Inspect and view changes in Subtle Improvements for Hacker News 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": "Subtle Improvements for Hacker News",
  "version": "1.3.0",
  "description": "Small tweaks for Hacker News without presenting a drastically different interface.",
  "content_scripts": [
    {
      "matches": [
        "*://news.ycombinator.com/*",
        "*://news.ycombinator.net/*"
      ],
      "js": [
        "dist/content_script.js"
      ],
      "css": [
        "dist/hn.css"
      ]
    }
  ]
}