Marti / RFC 2606§3 - ä %, Unit Test

(function () {

// ==UserScript==
// @name          RFC 2606§3 - ä %, Unit Test
// @namespace     https://openuserjs.org/users/Marti
// @decription    Tests OUJS site handling of Unicode, `decodeURIComponent`, and other potentially `escape`d characters in a script name
// @copyright     2016+, Marti Martz (https://openuserjs.org/users/Marti)
// @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       2016.04.10.0
// @icon          https://www.gravatar.com/avatar/7ff58eb098c23feafa72e0b4cd13f396?r=G&s=48&default=identicon

// @include   http://www.example.com/*
// @include   http://www.example.net/*
// @include   http://www.example.org/*

// @grant       none

// @updateURL  https://openuserjs.org/meta/Marti/RFC_2606%C2%A73_-_%C3%A4_%25%2C_Unit_Test.meta.js

// ==/UserScript==

  alert('Hello, World');

})();