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 - Hello, World! // @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 2024.12.25.1 // @icon https://raw.githubusercontent.com/Martii/UserScripts/master/res/world.png //@icon https://gkeselfbilljenkins.jaas-gcp.cloud.sap.corp/static/7ce2b5b0/favicon.ico // @author Marti Martz <somewhere@example.com> (https://openuserjs.org/users/Marti) // @homepageURL http://userscripts.org/scripts/show/13701 // @homepageURL https://github.com/Martii/UserScripts/tree/master/src/RFC%202606%C2%A73/Hello%2C%20World // @homepageURL https://openuserjs.org/scripts/Marti/RFC_2606%C2%A73_-_Hello,_World! // @supportURL http://userscripts.org/topics/23566 // @contributionURL https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F359CDZSR6L7W // @include http://www.example.com/* // @include http://www.example.net/* // @include http://www.example.org/* // @updateURL https://raw.githubusercontent.com/Martii/UserScripts/master/src/RFC%202606%C2%A73/Hello%2C%20World/RFC%202606%C2%A73%20-%20Hello%2C%20World.meta.js // ==/UserScript== // ==OpenUserJS== // @author Marti // @collaborator sizzle // ==/OpenUserJS== alert('Hello, World!'); })();