NTUST ID is Not Password!!!!!

杜絕反人類的登入
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NTUST ID is Not Password!!!!!",
  "version": "2.0",
  "description": "杜絕反人類的登入",
  "icons": {
    "48": "icons/48icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://moodle.ntust.edu.tw/*"
      ],
      "js": [
        "moodle.js"
      ]
    },
    {
      "matches": [
        "*://stuinfosys.ntust.edu.tw/*"
      ],
      "js": [
        "stuinfosys.js"
      ],
      "run_at": "document_start"
    }
  ]
}