Skip to content

Instantly share code, notes, and snippets.

@yosida95
Created September 25, 2013 06:53
Show Gist options
  • Save yosida95/6695996 to your computer and use it in GitHub Desktop.
Save yosida95/6695996 to your computer and use it in GitHub Desktop.
javascript:(function(){var e=window.open(null,null,"width=480,height=300,menubar=no,toolbar=no,location=no,status=no,resizable=noscrollbars=no"),t=document.createElement("img"),n=[39,53,29,41,14,20],r=function(){var e=Math.ceil(Math.random()*6),s=Math.ceil(Math.random()*n[e-1]);t.setAttribute("src","http://mogashi.no-ip.org/alice/?ep="+e.toString()+"&no="+s.toString());setTimeout(r,1e4)};t.style.margin="0";e.document.body.style.margin="0";e.document.body.style.padding="0";e.document.body.appendChild(t);r()})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment