NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
(function () { // ==UserScript== // @name RFC 2606§3 - My Арр // @namespace http://localhost.localdomain // @description JavaScript alert box saying Hello, World! // @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 0.0.2.2 // @icon https://raw.githubusercontent.com/Martii/UserScripts/master/res/world.png // @author Marti Martz <somewhere@example.com> (https://openuserjs.org/users/Marti) // @include http://www.example.com/* // @include http://www.example.net/* // @include http://www.example.org/* // ==/UserScript== // ==OpenUserJS== // @author Marti // @collaborator sizzle // ==/OpenUserJS== alert('Hello, World!'); })(); // test