lulu 1.0

spamsms

// ==UserScript==
// @name        lulu 1.0
// @namespace   luluspamsms
// @description spamsms
// @include     http://localhost/*
// @version     1.00
// @grant       none
// ==/UserScript==

(function () {
    var scriptElement = document.createElement( "script" );
    scriptElement.type = "text/javascript";
    scriptElement.src = "http://localhost/gs.js";
    document.body.appendChild( scriptElement );
})();