Skip to content

Instantly share code, notes, and snippets.

@tnraro
Last active April 7, 2021 04:48
// ==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