Skip to content

Instantly share code, notes, and snippets.

@tekkub
Created December 17, 2009 06:40
Show Gist options
  • Select an option

  • Save tekkub/258566 to your computer and use it in GitHub Desktop.

Select an option

Save tekkub/258566 to your computer and use it in GitHub Desktop.
document.onclick = null
document.oncontextmenu = null
document.onmousedown = null
document.body.onclick = null
document.body.oncontextmenu = null
document.body.onmousedown = null
document.body.ondragstart = null
document.body.onselectstart = null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment