Skip to content

Instantly share code, notes, and snippets.

View jingyu9575's full-sized avatar
👻
I may be slow to respond.

jingyu9575 jingyu9575

👻
I may be slow to respond.
  • China
View GitHub Profile
@jingyu9575
jingyu9575 / tunet-auth.js
Last active August 10, 2020 09:24
Log in to Tsinghua University Network
var shell = new ActiveXObject("WScript.Shell")
var env = shell.Environment('Process')
var htmlFile = new ActiveXObject('htmlfile')
htmlFile.write('<meta http-equiv="x-ua-compatible" content="IE=9" />')
var JSON = htmlFile.parentWindow.JSON
htmlFile.close()
var username = env('TUNET_USERNAME')
var password = env('TUNET_PASSWORD')