Hacker News Tweaks Firefox

Examine source code of Hacker News Tweaks

By: holleyp
Inspect and view changes in Hacker News Tweaks source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Tweaks for HN including hotkeys and dark mode.",
  "manifest_version": 3,
  "name": "HNTweaks",
  "version": "1.3",
  "homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/borderify",
  "icons": {
    "48": "icons/hntweaks-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://news.ycombinator.com/*"
      ],
      "js": [
        "hotkeys.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "parker.holley@gmail.com",
      "strict_min_version": "100.0"
    }
  }
}

Best Hacker News Tweaks Alternatives

Here are some Firefox add-ons that are similar to Hacker News Tweaks: