More actions
Created page with "// install Wikipedia:User:Cacycle/wikEd in-browser text editor (function () { var script = document.createElement('script'); script.src = '//en.wikipedia.org/w/index.ph..." |
No edit summary |
||
| Line 1: | Line 1: | ||
// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor | // install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor | ||
/* | |||
(function () | (function () | ||
{ | { | ||
| Line 7: | Line 8: | ||
document.getElementsByTagName('head')[0].appendChild(script); | document.getElementsByTagName('head')[0].appendChild(script); | ||
} | } | ||
) (); | ) (); */ | ||
{{subst:wikEd}} | |||
Revision as of 23:58, 9 September 2019
// 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);
}
) (); */
{{subst:wikEd}}