So what happened anyway...? that's an hour ahead of April 1st and the page is already acting strange 0.0
Anyone else get this right now?
Anyone else get this right now?
This could be SO awesome.Fleuret wrote: 402z1h
Now all you need is double time. Cursor speed goes berserk.
Kazuo wrote: 2v5u3p
awww crap i wanted to see![]()
buuuuuuuuuuuuuuuuuuuuuuutLunaticMara wrote: 3m3p4i
Kazuo wrote: 2v5u3p
awww crap i wanted to see![]()
![]()
Keep the jokes coming.ychao24 wrote: 4c62k
Surely that can't be all for the April Fool's joke?!
I find it rather funny how buggy it is actually with IE xDDD64 wrote: 5p6846
It's not fully functional in Opera and Internet Explorer (9, 10). Please fix that, otherwise the webpage cannot be used with this browsers.
haha I liked that idea xDwinber1 wrote: 1y412
relax mod...
move ur mouse around and it clicks random shit for you lulz. that would be annoying as hell.
switch (Math.floor(Math.random() * 10))3/10 chance of HD (case 0,1, or 3) per page load
{
case 0:
case 3:
$("body").append("<div class='flashlight'></div><div class='modtoggle fl'></div>");
modToggle = $(".modtoggle");
fl = $(".flashlight");
$("body").mousemove(function(e) {
if (fl.is(":visible"))
fl.css('background-position', (e.pageX - 1280) + 'px ' + (e.pageY - 720 - $(document).scrollTop()) + 'px');
});
$(".fl").click(function(e) { fl.toggle(); });
case 1:
case 3:
$("body").append("<div class='modtoggle hd'></div>");
modToggle = $(".modtoggle");
$("a").addClass("hiddenA");
$(".hd").click(function() { $("a").toggleClass("hiddenA"); });
break;
}