// ==UserScript==
// @name CFake+
// @namespace http://cfake.com
// @description http://cfake.com
// @include http://cfake.com/*
// ==/UserScript==
//document.innerHTML.replace(/javascript\:showimage\(\'big.php\?show\=(.*?)\',.*?,.*?\)\"/g,"asda");
d = document.getElementsByTagName('body')[0];
d.innerHTML = d.innerHTML.replace(/javascript\:showimage\(\'big.php\?show=(.*?)\','.*?','.*?'\)/g,"$1");
