Example JS Userscript

This a standard userscript with javascript code

2025-05-03 기준 버전입니다. 최신 버전을 확인하세요.

// ==UserScript==
// @name        Example JS Userscript
// @description This a standard userscript with javascript code
// @match       https://github.com/quoid/userscripts
// @exclude-match: *://*.*
// @version 1.1
// @grant GM.setValue
// @grant GM.getValue
// @require https://code.jquery.com/jquery-1.12.4.min.js
// @namespace https://greasyforks.org/users/1323231
// ==/UserScript==

console.log("I was updated!");
长期地址
遇到问题?请前往 GitHub 提 Issues。