new ss
当前为
// ==UserScript==
// @name hello world
// @namespace http://tampermonkey.net/
// @version 0.1.0
// @description new ss
// @author You
// @match *://*
// @icon https://www.google.com/s2/favicons?sz=64&domain=0.1
// @license Apache-2.0
// @grant none
// ==/UserScript==
(function () {
'use strict';
console.log("hello world");
confirm("我帅不帅")
// Your code here...
})();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址