A test of requires - will alert "I am running!"
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.org/scripts/2749/7669/Require%20test%20library.js
// ==UserScript==
// @name Require test library
// @namespace https://greasyfork.org/users/1
// @version 1
// @description A test of requires - will alert "I am running!"
// ==/UserScript==
alert('I am running!');