No Recent HLTV Forum

No Recent HLTV Forum

Removes the Recent Forums Sidebar from HLTV.org

Merlin
Additional files are visible only to premium users

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"
      ]
    }
  ]
}