Skip to content

Instantly share code, notes, and snippets.

@takuya
Created September 29, 2014 05:59
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 takuya/d022c6b225131d35998d to your computer and use it in GitHub Desktop.
Save takuya/d022c6b225131d35998d to your computer and use it in GitHub Desktop.
str='window._open = window.open;window.open = function(){ arguments[2] = null; return window._open.apply(this,arguments)}';
s = document.createElement("script")
s.innerText = str
document.body.appendChild(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment