1110: Click and Drag

Explain xkcd: It's 'cause you're dumb.
Revision as of 07:11, 19 September 2012 by 75.111.63.192 (talk) (Created page with "Explanation: it's a big world out there. Click on the image and drag your mouse and you get to explore a big, big world. For those who get impatient scrolling around (and ar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Explanation: it's a big world out there.

Click on the image and drag your mouse and you get to explore a big, big world.

For those who get impatient scrolling around (and are a little savvy): download the .html file for the comic, and also the file 1110.js (listed in the html). Edit the .html file to use your 1110.js instead of the one from xkcd.com. Then edit 1110.js:

* remove the line "overflow: 'hidden',"
* change the "1"s into "4"s in  "for(var y=-1;y<=+1;y++)" and in "for(var x=-1;x<=+1;x++){"
* optionally, remove the line "$remove.remove();"  (warning: this will make it take up a lot of memory eventually!)

Zooming out, scrolling, and zooming back in helps find the easter eggs.