Greasy Fork is available in English.
Just a test
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/scripts/382412/693949/MoM%20Test%20Lib.js
var MyTest = {version: 2};
(function() {
if (!window.MyTest) {
window.MyTest = MyTest;
console.log('window.MyTest initialized to version ' + MyTest.version);
} else if (window.MyTest.version < MyTest.version) {
window.MyTest = MyTest;
console.log('window.MyTest overwritten to ' + MyTest.version);
}
})();