Skip to content

Instantly share code, notes, and snippets.

@haosdent
Created October 22, 2013 06:50
Show Gist options
  • Save haosdent/7096207 to your computer and use it in GitHub Desktop.
Save haosdent/7096207 to your computer and use it in GitHub Desktop.
javascript: for (var i = 0; i < 99999; i++) clearInterval(i); document.onselectstart = document.body.ondrag = document.oncontextmenu = null; $('body').css('-moz-user-select', 'text');$('body').css('-webkit-user-select', 'text');$('body').css('-ms-user-select', 'text');$('body').css('-khtml-user-select', 'text');$('body').css('user-select', 'text'); $('.tpc_content').css({'background': 'none'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment