Skip to content

Instantly share code, notes, and snippets.

@spite
Last active August 29, 2015 14:00
Show Gist options
  • Save spite/11328874 to your computer and use it in GitHub Desktop.
Save spite/11328874 to your computer and use it in GitHub Desktop.
Will You Drown: The Movie (http://game.notch.net/drowning/#)
function f() { var a = [].slice.apply( document.querySelectorAll( 'a' ) ); a.forEach( function( e ) { e.click(); } ) }
var s = setInterval( f, 100 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment