A test script-3
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.cn-greasyfork.org/scripts/531196/1561949/My%20Test%20Script-3.js
// ==UserScript==
// @name My Test Script-3
// @namespace Test Script-3
// @version 1.0.0
// @description A test script-3
// @author AN
// @match https://disc-bd-supl-sp21-chem-107.blogspot.com/p/ad.html
// @grant none
// ==/UserScript==
'use strict';
function alertFunction(){
alert('Hello World');
}