Sample for GM_update
当前为
// ==UserScript== // @name !!GM_update Tester // @namespace TimidScript // @description Sample for GM_update // @include www.example.com // @version 1.2.1 // @require http://openuserjs.org/src/libs/TimidScript/TSL_-_GM_Update.js // @icon http://i.imgur.com/FD46Ak3.png?1 // @include *//www.example.com* // @include *//example.com* // @grant GM_xmlhttpRequest // @grant GM_info // @grant GM_getMetadata // @grant GM_getValue // @grant GM_setValue // @grant GM_deleteValue // @grant GM_registerMenuCommand // @homeurl // ==/UserScript==