Skip to content

Instantly share code, notes, and snippets.

@natew
Created October 1, 2014 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natew/ff0e1d101fe4c330ec4a to your computer and use it in GitHub Desktop.
Save natew/ff0e1d101fe4c330ec4a to your computer and use it in GitHub Desktop.
instant hacker popups
javascript:jQuery('body').css({overflow:'hidden'});var urls = ["http://38.media.tumblr.com/tumblr_lwz84jsixv1r5qrimo1_500.gif", "http://38.media.tumblr.com/tumblr_m4r4mipGqq1qeumowo1_500.gif", "http://jdandrea.myweb.usf.edu/calabi-spin.gif", "http://media.giphy.com/media/dfq3YU04eBMt2/giphy.gif", "https://31.media.tumblr.com/8cfb9987f141d63d7e6ed31757cef30c/tumblr_n8hfelQaKB1tg7xcdo1_500.gif"];var i = 0;urls.forEach(function(url) { i += 1; console.log(i); (function(ix) { setTimeout(function() { jQuery('<img src='+url+'>').css({ position: 'absolute', zIndex: ix, top: Math.random()*400, right: Math.random()*300, width: '25%', height: 'auto', opacity: 0.8 }).appendTo('body') }, ix * 1000) })(i);});
@natew
Copy link
Author

natew commented Oct 1, 2014

Step 1: Go to http://hackertyper.net/
Step 2: Start hitting keys on your keyboard
Step 3: Run this bookmarklet

... profit, of course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment