Skip to content

Instantly share code, notes, and snippets.

@tnraro
Last active April 7, 2021 04:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tnraro/c6d9dc3988d02a3597643434de0a9244 to your computer and use it in GitHub Desktop.
Save tnraro/c6d9dc3988d02a3597643434de0a9244 to your computer and use it in GitHub Desktop.
// ==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