Greasy Fork is available in English.
测试Dome
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/scripts/448354/1073283/dome-test.js
// ==UserScript==
// @name dome-test
// @description 测试Dome
// @author Gamyou
// ==/UserScript==
(function () {
console.log('=================> 运行dome-test的脚本 <=================');
let myValue = window.abab();
console.log('myValue的值:' + myValue);
})();