I hereby claim:
- I am natkungz on github.
- I am natkungz (https://keybase.io/natkungz) on keybase.
- I have a public key ASAdqG4n9vBy-o8ptWJRhRmuz-hcTGpiw8ce2Ic-oKci0Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// ==UserScript== | |
// @name Login KMITL | |
// @namespace http://userscripts.org/users/useridnumber | |
// @include https://nac.kmitl.ac.th/dana-na/auth/url_default/welcome.cgi?p=failed | |
// @include https://nac.kmitl.ac.th/dana-na/auth/url_default/welcome.cgi* | |
// @include https://nac.kmitl.ac.th/dana-na/auth/welcome.cgi* | |
// @include https://nac.kmitl.ac.th/dana/home/infranet.cgi* // ==/UserScript== | |
function Check_Login() { | |
if (document.location.href == logedinURL) { | |
var new_obj = document.getElementById('liveclock2').childNodes[2].textContent; |