[QUOTE=Shoop27;24964596]picture[/QUOTE]
Something tells me that guy had something to do with a Mafia.
[QUOTE=Hazard;24970793]Something tells me that guy had something to do with a Mafia.[/QUOTE]
Which one?
[img]http://filesmelt.com/dl/Faceswap2.jpg[/img]
[QUOTE=RapistSanta;25017148][img_thumb]http://filesmelt.com/dl/Faceswap2.jpg[/img_thumb][/QUOTE]
What is with the one on the right of the blonde :ohdear:
[QUOTE=PvtVain;25017376]What is with the one on the right of the blonde :ohdear:[/QUOTE]
Lol the real photo had the girl sticking her tongue out :V
[img]http://www.blueforgefire.net//vincent/weddinggift.jpg[/img]
(it's an old picture edit, as a wedding gift to these couple. Figured why not share this. Don't have the source though.)
[QUOTE=Nacon;25038027][img_thumb]http://www.blueforgefire.net//vincent/weddinggift.jpg[/img_thumb]
(it's an old picture edit, as a wedding gift to these couple. Figured why not share this. Don't have the source though.)[/QUOTE]
For a moment there, I thought 'Where is the edit?'.
You must date a lot of ugly girls
[editline]07:05PM[/editline]
Are you sure they are girls?
[QUOTE=CoolCorky;24763797][img]http://filesmelt.com/dl/1274124705821.jpg[/img][/QUOTE]
I am lauging so hard right now because [sp]You didn't have to change anything[/sp]
[QUOTE=kingliam1221;24639538]*
[highlight](User was banned for this post ("2 Second Meme Crap and SEVERAL bad threads" - daijitsu))[/highlight]
[highlight](User was banned for this post ("5 second crap" - SteveUK))[/highlight]
[highlight](User was banned for this post ("2 Second Meme Crap and SEVERAL bad threads (reapplied)" - daijitsu))[/highlight][/QUOTE]
3 bans? Wowza!
We have a new record!!! :downsbravo:
[QUOTE=Cysero;25049665]I am lauging so hard right now because [sp]You didn't have to change anything[/sp][/QUOTE]
You're an idiot, aren't you?
The "original" picture is already photoshopped.
[QUOTE=Hazard;25055406]You're an idiot, aren't you?
The "original" picture is already photoshopped.[/QUOTE]
i seriously doubt that
[QUOTE=xxncxx;25056814]i seriously doubt that[/QUOTE]
First of all, look between the eyebrows, there's always that hint of a unibrow.
ALWAYS.
There's a girl in white who's 'face' doesn't look right.
[QUOTE=xpod1;24745432][IMG]http://filesmelt.com/dl/Hoffswap.jpg[/IMG]
[editline]11:17PM[/editline]
And you can also see the earliest instance of that puckering thing girls do nowadays[/QUOTE]
What... the... fuck.
[URL]http://www.facepunch.com/showpost.php?p=16756584&postcount=125[/URL]
Well it definatly isn't the same picture. Pamela's face is different.
[img]http://img841.imageshack.us/img841/6682/leiadeathstar.png[/img]
I don't even know.
[QUOTE=Hanibal;24660341][URL=http://img837.imageshack.us/i/poorfaceswap.jpg/][IMG]http://img837.imageshack.us/img837/8130/poorfaceswap.jpg[/IMG][/URL][/QUOTE]
I woke up my parents laughing at this for about 10 mins. I literally could not stop laughing.
Here's another one.
[URL=http://img827.imageshack.us/i/faceswap5small.png/][IMG]http://img827.imageshack.us/img827/1653/faceswap5small.th.png[/IMG][/URL]
-snip-
[QUOTE=Xplosion;25090046]Ok, too bad I can't click on it to enlarge.[/QUOTE]
Oops, My bad. Anyway it's fixed now.
Bump with content:
[img]http://www.imgjoe.com/x/garylol.jpg[/img]
First one so not so good.
[QUOTE=daijitsu;24661710]oh, I did some stuff. Have Greasemonkey installed for your browser? Here's the code-
[code]// ==UserScript==
// @name FP Funny Icon Replacer
// @namespace http://www.facepunch.com/*
// @description Replaces the Funny Icon
// @include http://*.facepunch*.com/*
// ==/UserScript==
var betterfunny = new Object();
betterfunny.src = "http://ploader.net/files/3c7db7e12c5c48a0fbe6dfb41cd0f0c3.png";
var imageList = new Object();
imageList["http://www.facepunch.com/fp/rating/emoticon_tongue.png"] = {remove: false, fg: "#000", newimage:betterfunny.src};
var images = document.evaluate('//img', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
for (var i = 0; i < images.snapshotLength; i++) {
var img = images.snapshotItem(i);
if (imageList[img.src]) {
img.src = imageList[img.src].newimage;
}
} [/code]
made the icon myself to fit with the current ratings, was a bitch to scale and soften yet retain the look.[/QUOTE]
How do you add it? Also, does it work with GreaseMetal?
2 more:
[img]http://www.imgjoe.com/x/lindalol.jpg[/img]
This one isn't so good.
[img]http://www.imgjoe.com/x/dadlindasplo.jpg[/img]
[QUOTE=daijitsu;24661710]oh, I did some stuff. Have Greasemonkey installed for your browser? Here's the code-
[code]// ==UserScript==
// @name FP Funny Icon Replacer
// @namespace http://www.facepunch.com/*
// @description Replaces the Funny Icon
// @include http://*.facepunch*.com/*
// ==/UserScript==
var betterfunny = new Object();
betterfunny.src = "http://ploader.net/files/3c7db7e12c5c48a0fbe6dfb41cd0f0c3.png";
var imageList = new Object();
imageList["http://www.facepunch.com/fp/rating/emoticon_tongue.png"] = {remove: false, fg: "#000", newimage:betterfunny.src};
var images = document.evaluate('//img', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
for (var i = 0; i < images.snapshotLength; i++) {
var img = images.snapshotItem(i);
if (imageList[img.src]) {
img.src = imageList[img.src].newimage;
}
} [/code]
made the icon myself to fit with the current ratings, was a bitch to scale and soften yet retain the look.[/QUOTE]
you should embed the image in base64
replace
[code]
betterfunny.src = "http://ploader.net/files/3c7db7e12c5c48a0fbe6dfb41cd0f0c3.png";
[/code]
with
[code]
betterfunny.src = "data:image/x-icon;base64,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";
[/code]
works is firefox...
and chrome!
[img]http://dl.dropbox.com/u/10141934/uploads/worksinchrome.PNG[/img]
[img]http://i.imgur.com/whxIB.png[/img]
Sexy.
[editline]01:29AM[/editline]
[QUOTE=foszor;24891056]Almost forgot
[img_thumb]http://i51.tinypic.com/fombus.png[/img_thumb][/QUOTE]
That's somewhat frightening how well you did that.
[img]http://img821.imageshack.us/img821/5305/medswap.png[/img]
(open Image in new tab for full size, You may need to click to zoom)
[QUOTE=Tabfilms;25214459][img_thumb]http://img821.imageshack.us/img821/5305/medswap.png[/img_thumb]
(open Image in new tab for full size, You may need to click to zoom)[/QUOTE]
The pyro's face is the best.
Sorry, you need to Log In to post a reply to this thread.