Recent Posts
None | 7 sec ago
None | 24 sec ago
Python | 1 min ago
PHP | 1 min ago
None | 2 min ago
CSS | 2 min ago
None | 3 min ago
PHP | 3 min ago
None | 4 min ago
None | 4 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By Anonymous on the 10th of Feb 2010 12:48:11 AM
Download |
Raw |
Embed |
Report
// ==UserScript==
// @name Beyond FreeDom Script
// @namespace *staemme.php*
// @description Para a tribo Beyond FreeDom
// @include *staemme.php*
// ==/UserScript==
/*************************************************
****************Beyond FreeDom Script*************
**********************V1.0.0**********************
*************************************************/
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'http://prototypejs.org/assets/2009/8/31/prototype.js';
script.addEventListener('load', function(){
var Ajax = unsafeWindow['Ajax'];
var existeQ = function() {
alert('Hello nurse!');
}
new Ajax.Request("http://localhost/tribo/one.php",
{
method: 'post',
postBody: 'sid='+mySID,
onComplete: existeQ
})
}, false);
document.getElementsByTagName('head')[0].appendChild(script);
Submit a correction or amendment below.
Make A New Post