Script Summary: ShowMyCode Function
Version: 2.0.0.3
Copyright: 2012+, w35l3y (http://gm.wesley.eti.br)
License: GNU GPL

FOR SCRIPTERS/PROGRAMMERS only
If you aren't either scripter or programmer, you're discouraged to install this script directly.Implementing
// @require http://userscripts.org/scripts/source/56489.user.js // @require http://userscripts.org/scripts/source/69584.user.js
Examples
ShowMyCode.execute({
"url" : "...",
"captcha" : "x",
"onsuccess" : function (params) {
if (!params.error)
alert(params.response.text);
}
});


