Last active
April 7, 2021 04:48
This file contains 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 ncmdap_off | |
// @version 0.1 | |
// @namespace https://gist.github.com/tnRaro/c6d9dc3988d02a3597643434de0a9244/raw/ncmdap_off.user.js | |
// @description close the popup that naXer cafe manager delegate agreement | |
// @author tnRaro | |
// @include https://cafe.naver.com/ManagerDelegateAgreePopup.nhn* | |
// ==/UserScript== | |
window.close(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment