Require test library

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

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greatest.deepsurf.us/scripts/2749/7669/Require%20test%20library.js

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