User:Egel/common.js: Difference between revisions

From ScoutWiki, For Everyone, Everywhere involved with Scouting and Guiding...
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
importScript('User:Egel/HotCat.js');
// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor
// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor
(function ()
(function ()

Latest revision as of 12:18, 16 July 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);
 }
) ();