Skip to content

Instantly share code, notes, and snippets.

@zhanglongqi
Last active May 22, 2017 02:12
Show Gist options
  • Save zhanglongqi/ae244a0cd16ac8b76abbf6ce755be40b to your computer and use it in GitHub Desktop.
Save zhanglongqi/ae244a0cd16ac8b76abbf6ce755be40b to your computer and use it in GitHub Desktop.
NTU webmail
// ==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