Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • \$\begingroup\$ Why does it resize? \$\endgroup\$ Commented Dec 8, 2013 at 3:05
  • \$\begingroup\$ @Quincunx do this in some visually apparent manner. Like the "arm" that pushes the switch in the machine, the program must use some visual method in the GUI to close itself. \$\endgroup\$ Commented Dec 8, 2013 at 3:07
  • 1
    \$\begingroup\$ reduced to 117 chars: (function(){w=window.open(),d=999,i=setInterval(function(){w.resizeTo(d-=9,d);if(d<0)clearInterval(i),w.close()})})() \$\endgroup\$ Commented Dec 8, 2013 at 4:20
  • 1
    \$\begingroup\$ One that I can run without leaving the page. Awesome. \$\endgroup\$ Commented Mar 31, 2014 at 18:51
  • \$\begingroup\$ Always think JS answers should get -75, so I don't have to leave... and then +50 for having to disable popups \$\endgroup\$ Commented Apr 2, 2014 at 14:39