Greasy Fork is available in English.

Require test library

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

Este script no debería instalarse directamente. Es una biblioteca que utilizan otros scripts mediante la meta-directiva de inclusión // @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!');