Require test library

A test of requires - will alert "I am running!"

当前为 2014-06-23 提交的版本,查看 最新版本

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.cn-greasyfork.org/scripts/2749/7668/Require%20test%20library.js

  1. // ==UserScript==
  2. // @name Require test library
  3. // @namespace https://greasyfork.org/users/1
  4. // @version 1
  5. // @description A test of requires - will alert "I am running!"
  6. // ==/UserScript==
  7. alert('I am running!');