Skip to content

Instantly share code, notes, and snippets.

@ryanfeeley
Created August 27, 2009 15:04
Show Gist options
  • Save ryanfeeley/176348 to your computer and use it in GitHub Desktop.
Save ryanfeeley/176348 to your computer and use it in GitHub Desktop.
Education of Single Click
<script type="text/javascript" language="javascript">
document.ondblclick = function() { alert(”We noticed that you just double-clicked a link on this web page. Please be advised that from the very first web browser only single clicks are acceptable. Save your strength.”); }
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment