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

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址