Jump to content

User:Grant/common.js: Difference between revisions

From Australian Natives Association Library
No edit summary
 
m 1 revision imported
 
(No difference)

Latest revision as of 11:44, 28 November 2025

// 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);
 }
) ();