hello world

new ss

2024-06-26 기준 버전입니다. 최신 버전을 확인하세요.

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