Examine source code of No Recent HLTV Forum

Inspect and view changes in No Recent HLTV Forum 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": "No HLTV Forum",
  "version": "1.0",
  "description": "Removes the Forums from HLTV.org",
  "icons": {
    "48": "icons/48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.hltv.org/*"
      ],
      "js": [
        "nohltvforum.js"
      ]
    }
  ]
}