Skip to content

Instantly share code, notes, and snippets.

@AhnMo
Forked from 123jimin/pms_block.js
Created October 7, 2018 06:45
Show Gist options
  • Save AhnMo/b03a735df424492ad9e5ce89fb7161d4 to your computer and use it in GitHub Desktop.
Save AhnMo/b03a735df424492ad9e5ce89fb7161d4 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