-
-
Save AhnMo/b03a735df424492ad9e5ce89fb7161d4 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