Skip to content

Instantly share code, notes, and snippets.

@lbdremy
Last active August 29, 2015 13:56
Show Gist options
  • Save lbdremy/8955901 to your computer and use it in GitHub Desktop.
Save lbdremy/8955901 to your computer and use it in GitHub Desktop.
Break DevTools console
<!DOCTYPE>
<html>
<script>
Object.defineProperty(console, '_commandLineAPI',
{ get : function() { throw 'Nooo!' } })
</script>
<html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment