Script Summary: Used to see how Greasemonkey and Userscripts.org handle single key entities
Version: 0.0.1.1.1
Copyright: (C) 2011+ Jesse Andrews (http://userscripts.org/users/2)
License: GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
Workaround
(function() { // ==UserScript== // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. // // // @namespace http://userscripts.org/users/37004 // @name RFC 2606§3 - Single key entities Unit Test for derived copies // @description Used to see how Greasemonkey and Userscripts.org handle single key entities // @copyright (C) 2007+ Marti Martz (http://userscripts.org/users/37004) // @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html // @license Creative Commons; http://creativecommons.org/licenses/by-nc/3.0/ // @version 0.0.1 // // @include http://www.iana.org/domains/example/ // ==/UserScript== alert('Hello, world from Marti!'); })();(function() { // ==UserScript== // // **** Needed for Userscripts.org ***** // @namespace http://userscripts.org/users/2 // @name RFC 2606§3 - Single key entities Unit Test for derived copies - sizzlemctwizzle // @description Used to see how Greasemonkey and Userscripts.org handle single key entities // @copyright (C) 2011+ sizzlemctwizzle (http://userscripts.org/users/27715) // @version 0.0.1.1 // @build 1.1 // // @attribution Marti Martz (http://userscripts.org/users/37004) // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. // // // **** Initial metadata block // @namespace http://userscripts.org/users/37004 // @name RFC 2606§3 - Single key entities Unit Test for derived copies // @description Used to see how Greasemonkey and Userscripts.org handle single key entities // @copyright (C) 2007+ Marti Martz (http://userscripts.org/users/37004) // @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html // @license Creative Commons; http://creativecommons.org/licenses/by-nc/3.0/ // @version 0.0.1 // // ***** Needed for Greasemonkey and Second metadata block for derived copy // @namespace http://userscripts.org/users/27715 // @name RFC 2606§3 - Single key entities Unit Test for derived copies - sizzlemctwizzle // @description Used to see how Greasemonkey and Userscripts.org handle single key entities // @copyright (C) 2011+ sizzlemctwizzle (http://userscripts.org/users/27715) // @version 0.0.1.1 // @build 1.1 // // @include http://www.iana.org/domains/example/ // ==/UserScript== alert('Hello, world from sizzlemctwizzle!'); })();(function() { // ==UserScript== // // **** Needed for Userscripts.org ***** // @namespace http://userscripts.org/users/2 // @name RFC 2606§3 - Single key entities Unit Test for derived copies - Jesse Andrews // @description Used to see how Greasemonkey and Userscripts.org handle single key entities // @copyright (C) 2011+ Jesse Andrews (http://userscripts.org/users/2) // @version 0.0.1.1.1 // @build 1.1.1 // // @attribution Marti Martz (http://userscripts.org/users/37004) // @attribution sizzlemctwizzle (http://userscripts.org/users/27715) // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>.// // // // **** Initial metadata block // @namespace http://userscripts.org/users/37004 // @name RFC 2606§3 - Single key entities Unit Test for derived copies // @description Used to see how Greasemonkey and Userscripts.org handle single key entities // @copyright (C) 2007+ Marti Martz (http://userscripts.org/users/37004) // @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html // @license Creative Commons; http://creativecommons.org/licenses/by-nc/3.0/ // @version 0.0.1 // // ***** Second metadata block for derived copy // @namespace http://userscripts.org/users/27715 // @name RFC 2606§3 - Single key entities Unit Test for derived copies - sizzlemctwizzle // @description Used to see how Greasemonkey and Userscripts.org handle single key entities // @copyright (C) 2011+ sizzlemctwizzle (http://userscripts.org/users/27715) // @version 0.0.1.1 // @build 1.1 // // **** Needed for Greasemonkey and Third metadata block for derived copy of Second // @namespace http://userscripts.org/users/2 // @name RFC 2606§3 - Single key entities Unit Test for derived copies - Jesse Andrews // @description Used to see how Greasemonkey and Userscripts.org handle single key entities // @copyright (C) 2011+ Jesse Andrews (http://userscripts.org/users/2) // @version 0.0.1.1.1 // @build 1.1.1 // // // @include http://www.iana.org/domains/example/ // ==/UserScript== alert('Hello, world from Jesse Andrews!'); })();



