Skip to content

Instantly share code, notes, and snippets.

@123jimin
Last active February 28, 2019 07:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save 123jimin/bb32e49b6a9fa53e4ea260ad1c14a62a to your computer and use it in GitHub Desktop.
Save 123jimin/bb32e49b6a9fa53e4ea260ad1c14a62a to your computer and use it in GitHub Desktop.
A simple userscript for automatically closing KAIST PMS install page
// ==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