Difference between revisions of MediaWiki:Gadget-wikEd.js

Jump to navigation Jump to search
NottNott (talk | contribs)
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..."
 
NottNott (talk | contribs)
Undo revision 1499 by NottNott (talk)
Tags: Replaced Undo
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 10:40, 23 May 2020

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