[QUOTE=flippy645;19832743]stop it with these haiti jokes their not funny and mean[/QUOTE]
Agree with mean, but disagree on not funny/stop posting them.
What do I rate?
:byodood:
[editline]08:43PM[/editline]
[QUOTE=Smartguy5000;19833520][IMG]http://www.canucklehead.ca/_Media/grannyletter1_large.jpeg[/IMG]
[/QUOTE]
God bless the elderly.
:patriot:
It's great how the funny stuff in this thread is so few and far between I only laugh at something once every 5 or so pages.
[QUOTE=Smartguy5000;19834034][IMG]http://imgs.xkcd.com/comics/the_problem_with_wikipedia.png[/IMG][/QUOTE]
I fucking love that. I learn so much and im not bored cause im not being forced into learning!
[QUOTE=Herr Sven;19829337][URL=http://www.cubeupload.com][IMG]http://www.cubeupload.com/files/3c300012.jpg[/IMG][/URL]
Everything is normal in mother Russia.[/QUOTE]
Yes I agree.
[img]http://www.cubeupload.com/files/cbf00016.jpg[/img]
[QUOTE=Bezilon;19825150][IMG]http://www.spaciousplanet.com/images/world/wii-safety43312479111600684.jpeg[/IMG][IMG]http://www.spaciousplanet.com/images/world/wii-safety43312479111600684.jpeg[/IMG]
[IMG]http://4.bp.blogspot.com/_WMEBqNKrlGg/RXg-APWps8I/AAAAAAAAAAk/_4AdPDgMr1Q/s400/314972577_982b8f21ae.jpg[/IMG]
[IMG]http://www.blogcdn.com/www.joystiq.com/media/2006/12/wii_proposal.jpg[/IMG]
[IMG]http://www.gizmodo.com/assets/resources/2006/12/wiiDSCF7161.jpg[/IMG]
[IMG]http://static.flickr.com/115/314972572_88350b7639.jpg[/IMG]
[IMG]http://uberkuul.files.wordpress.com/2006/12/wii-safety-manual.jpg[/IMG]
3x Hurray for dumb people! (Most of these are real though...)[/QUOTE]
I lol'd
Hahaha.
[QUOTE=MR-X;19834599]
[IMG]http://themovieblog.com/wp-content/uploads/2009/12/starwarsfacebook02.jpg[/IMG]
[/QUOTE]
Oh Han. You so silly.
[img]http://img190.imageshack.us/img190/6118/ohgodw.jpg[/img]
[editline]05:39AM[/editline]
from here [url]http://www.facepunch.com/showthread.php?t=884792[/url]
[QUOTE=Funnycat;19835375][IMG]http://img190.imageshack.us/img190/6118/ohgodw.jpg[/IMG]
[editline]05:39AM[/editline]
from here [URL]http://www.facepunch.com/showthread.php?t=884792[/URL][/QUOTE]
Why is your "funny" icon different from mine? :raise:
[QUOTE=wulfe8857;19835403]Why is your "funny" icon different from mine? :raise:[/QUOTE]
Greesemonkey script probably.
[QUOTE=wulfe8857;19835403]Why is your "funny" icon different from mine? :raise:[/QUOTE]
Probably a script. It's the old "funny" Icon.
[QUOTE=Wingedwizard;19835426]Greesemonkey script probably.[/QUOTE]
Well, I want that script... I miss the old "funny".
[code]// ==UserScript==
// @name Refunnifier and redumbifier
// @namespace http://www.facepunch.com/showthread.php?*
// @description Fixes 2 rating icons on facepunch
// @include http://www.facepunch.com/showthread.php?*
// ==/UserScript==
pageelem=document.evaluate("//img[@src='/fp/rating/emoticon_tongue.png'][@alt='Funny']",
document,
null,
XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,
null);
for (var i = 0; i < pageelem.snapshotLength; i++) {
thispageelem = pageelem.snapshotItem(i);
thispageelem.src='/fp/emoot/v.gif';
}
pageelem=document.evaluate("//img[@src='/fp/rating/box.png'][@alt='Dumb']",
document,
null,
XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,
null);
for (var i = 0; i < pageelem.snapshotLength; i++) {
thispageelem = pageelem.snapshotItem(i);
thispageelem.src='/fp/emoot/downs.gif';
}[/code]
[QUOTE=Funnycat;19835375][img]http://img190.imageshack.us/img190/6118/ohgodw.jpg[/img]
[editline]05:39AM[/editline]
from here [url]http://www.facepunch.com/showthread.php?t=884792[/url][/QUOTE]
I guess timezones affect the joindate of people.
In EST, it says O'10er was the last user to join in 2009.
[QUOTE=Funnycat;19835535][code]// ==UserScript==
// @name Refunnifier and redumbifier
// @namespace http://www.facepunch.com/showthread.php?*
// @description Fixes 2 rating icons on facepunch
// @include http://www.facepunch.com/showthread.php?*
// ==/UserScript==
pageelem=document.evaluate("//img[@src='/fp/rating/emoticon_tongue.png'][@alt='Funny']",
document,
null,
XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,
null);
for (var i = 0; i < pageelem.snapshotLength; i++) {
thispageelem = pageelem.snapshotItem(i);
thispageelem.src='/fp/emoot/v.gif';
}
pageelem=document.evaluate("//img[@src='/fp/rating/box.png'][@alt='Dumb']",
document,
null,
XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,
null);
for (var i = 0; i < pageelem.snapshotLength; i++) {
thispageelem = pageelem.snapshotItem(i);
thispageelem.src='/fp/emoot/downs.gif';[/code][/QUOTE]
Not working for me.
[QUOTE=mysteryman;19834538]I fucking love that. I learn so much and im not bored cause im not being forced into learning![/QUOTE]
In the future, Wikipedia will replace schools.
[QUOTE=laurencedgreat;19835789]Not working for me.[/QUOTE]
Stick a } at the very end of the script and thou shalt have funnies.
(He forgot to close off the last for loop, it was probably just lost when pasting it in)
[QUOTE=Levithan;19835829]In the future, Wikipedia will replace schools.[/QUOTE]
We're doomed.
[QUOTE=cyberwarrior;19835892]Stick a } at the very end of the script and thou shalt have funnies.
(He forgot to close off the last for loop, it was probably just lost when pasting it in)[/QUOTE]
oops
[QUOTE=wulfe8857;19836248]I can't get it to work :frown:[/QUOTE]
[code]// ==UserScript==
// @name Refunnifier and redumbifier
// @namespace http://www.facepunch.com/showthread.php?*
// @description Fixes 2 rating icons on facepunch
// @include http://www.facepunch.com/showthread.php?*
// ==/UserScript==
pageelem=document.evaluate("//img[@src='/fp/rating/emoticon_tongue.png'][@alt='Funny']",
document,
null,
XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,
null);
for (var i = 0; i < pageelem.snapshotLength; i++) {
thispageelem = pageelem.snapshotItem(i);
thispageelem.src='/fp/emoot/v.gif';
}
pageelem=document.evaluate("//img[@src='/fp/rating/box.png'][@alt='Dumb']",
document,
null,
XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,
null);
for (var i = 0; i < pageelem.snapshotLength; i++) {
thispageelem = pageelem.snapshotItem(i);
thispageelem.src='/fp/emoot/downs.gif';
}[/code]It's exactly the same script Funny posted above but with an added }
[QUOTE=mysteryman;19836337][code]// ==UserScript==
// @name Refunnifier and redumbifier
// @namespace http://www.facepunch.com/showthread.php?*
// @description Fixes 2 rating icons on facepunch
// @include http://www.facepunch.com/showthread.php?*
// ==/UserScript==
pageelem=document.evaluate("//img[@src='/fp/rating/emoticon_tongue.png'][@alt='Funny']",
document,
null,
XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,
null);
for (var i = 0; i < pageelem.snapshotLength; i++) {
thispageelem = pageelem.snapshotItem(i);
thispageelem.src='/fp/emoot/v.gif';
}
pageelem=document.evaluate("//img[@src='/fp/rating/box.png'][@alt='Dumb']",
document,
null,
XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,
null);
for (var i = 0; i < pageelem.snapshotLength; i++) {
thispageelem = pageelem.snapshotItem(i);
thispageelem.src='/fp/emoot/downs.gif';
}[/code]It's exactly the same script Funny posted above but with an added }[/QUOTE]
It still doesn't work /:
Sorry, you need to Log In to post a reply to this thread.