NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
(function () { // ==UserScript== // @namespace http://localhost.localdomain // @exclude * // ==UserLibrary== // @name RFC 2606§3 - Hello, World! (lib) // @description JavaScript alert box saying Hello, World! in a library // @copyright 2007+, Marti Martz (http://userscripts.org/users/37004) // @license CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode // @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt // @version 2021.09.14.0 // @icon https://raw.githubusercontent.com/Martii/UserScripts/master/res/world.png // @author Marti Martz <somewhere@example.com> (https://openuserjs.org/users/Marti) // ==/UserScript== // ==/UserLibrary== // ==OpenUserJS== // @author Marti // @collaborator sizzle // ==/OpenUserJS== alert('Hello, World! in a library'); })();