Examine source code of View Github Issues&PRs

Inspect and view changes in View Github Issues&PRs 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
{
  "name": "View Github Issues&PRs",
  "description": "View any user's all issues&PRs from profile page",
  "version": "1.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "js": [
        "ViewGithubIssuesPRs.user.js"
      ],
      "matches": [
        "*://github.com/*"
      ]
    }
  ],
  "host_permissions": [
    "*://github.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ViewGithubIssuesPRs@ViewGithubIssuesPRs"
    }
  }
}