Examine source code of twitch-remove-linethrough

Inspect and view changes in twitch-remove-linethrough 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": "twitch-remove-linethrough",
  "version": "0.0.3",
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/popout/moderator/*/unban-requests*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{abe73659-f8a9-4a15-9742-75d4ba3e4fba}"
    }
  }
}