Last active
May 22, 2017 02:12
-
-
Save zhanglongqi/ae244a0cd16ac8b76abbf6ce755be40b to your computer and use it in GitHub Desktop.
NTU webmail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name NTU WebMail | |
// @namespace https://github.com/zhanglongqi | |
// @version 0.2 | |
// @description keep NTU webmail cookies | |
// @author Zhang LongQi | |
// @match https://webmail.ntu.edu.sg/owa/auth/logon.aspx* | |
// @grant none | |
// @updateURL https://gist.github.com/zhanglongqi/ae244a0cd16ac8b76abbf6ce755be40b | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
document.querySelector('#rdoPrvt').click(); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment