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...
Learn a little bit about the new Pastebin.com on our help page. hide message
By Anonymous on the 10th of Feb 2010 12:48:11 AM Download | Raw | Embed | Report
  1. // ==UserScript==
  2. // @name           Beyond FreeDom Script
  3. // @namespace      *staemme.php*
  4. // @description    Para a tribo Beyond FreeDom
  5. // @include        *staemme.php*
  6. // ==/UserScript==
  7.  
  8. /*************************************************
  9. ****************Beyond FreeDom Script*************
  10. **********************V1.0.0**********************
  11. *************************************************/
  12. var script = document.createElement('script');
  13. script.type = 'text/javascript';
  14. script.src = 'http://prototypejs.org/assets/2009/8/31/prototype.js';
  15.  
  16. script.addEventListener('load', function(){
  17.  
  18. var Ajax = unsafeWindow['Ajax'];
  19.    
  20.    var existeQ = function() {
  21.       alert('Hello nurse!');
  22.    }
  23.  
  24.    new Ajax.Request("http://localhost/tribo/one.php",
  25.        {
  26.            method: 'post',
  27.            postBody: 'sid='+mySID,
  28.            onComplete: existeQ
  29.        })
  30.  
  31. }, false);
  32.  
  33. document.getElementsByTagName('head')[0].appendChild(script);
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: