Difference between revisions of "User:DollarStoreBa'al/common.js"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(Replaced content with "{{subst:iusc|User:Novem Linguae/Scripts/VisualEditorEverywhere.js}}")
Line 1: Line 1:
{{subst:iusc|User:Novem Linguae/Scripts/VisualEditorEverywhere.js}}
+
// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor
 +
(function ()
 +
{
 +
var script = document.createElement('script');
 +
script.src = 'https://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);
 +
}
 +
) ();

Revision as of 18:57, 19 September 2025

// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor
(function ()
{
	var script = document.createElement('script');
	script.src = 'https://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);
 }
) ();