Greasy Fork

Greasy Fork is available in English.

dome-test

测试Dome

当前为 2022-07-23 提交的版本,查看 最新版本

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/scripts/448354/1073275/dome-test.js

// ==UserScript==
// @name            dome-test
// @description     测试Dome
// @author          Gamyou
// ==/UserScript==

(function () {
    console.log('=================> 运行dome-test的脚本 <=================');
    debugger;
    console.log('myStoreValue的值为:' + myStoreValue);
})();