Includes : ShowMyCode

By w35l3y Last update Mar 8, 2012 — Installed 36,044 times.

Script Summary: ShowMyCode Function



Version: 2.0.0.3

Copyright: 2012+, w35l3y (http://gm.wesley.eti.br)

License: GNU GPL

PayPal - The safer, easier way to pay online!

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);
	}
});