Difference between revisions of "User:Kedoch/common.js"
From Project: Gorgon Wiki
(small test) |
(No difference)
|
Revision as of 22:51, 9 April 2018
// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor
(function ()
{
var script = document.createElement('script');
script.src = '//en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&action=raw&ctype=text/javascript';
script.async = true;
document.getElementsByTagName('head')[0].appendChild(script);
}
) ();