Last active
February 28, 2019 07:36
-
-
Save 123jimin/bb32e49b6a9fa53e4ea260ad1c14a62a to your computer and use it in GitHub Desktop.
A simple userscript for automatically closing KAIST PMS install page
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 KAIST PMS Blocker | |
// @namespace http://0xF.kr/ | |
// @version 0.1 | |
// @description Automatically closes PMS page | |
// @author JiminP | |
// @match http://143.248.113.1/CPopupRequest | |
// @grant none | |
// ==/UserScript== | |
if(typeof location_href === 'function') location_href(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment