Example JS Userscript

This a standard userscript with javascript code

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
// ==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。