Greasy Fork 还支持 简体中文。

Require test library

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

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/2749/7669/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!');