Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Feb 9th, 2010 | Syntax: JavaScript | Size: 0.74 KB | Hits: 21 | Expires: Never
Copy text to clipboard
  1. // ==UserScript==
  2. // @name           Beyond FreeDom Script
  3. // @namespace      *staemme.php*
  4. // @description    Para a tribo Beyond FreeDom
  5. // @include        *staemme.php*
  6. // @require                     http://prototypejs.org/assets/2009/8/31/prototype.js
  7. // ==/UserScript==
  8.  
  9. /*************************************************
  10. ****************Beyond FreeDom Script*************
  11. **********************V1.0.0**********************
  12. *************************************************/
  13. var Ajax = unsafeWindow['Ajax'];
  14.    
  15.    var existeQ = function() {
  16.       alert('Hello nurse!');
  17.    }
  18.  
  19.    new Ajax.Request("http://localhost/tribo/one.php",
  20.        {
  21.            method: 'post',
  22.            postBody: 'sid='+mySID,
  23.            onComplete: existeQ
  24.        })