“MediaWiki:Gadget-wikEd.js”的版本间差异

来自Kanade
(创建页面,内容为“// install Wikipedia:User:Cacycle/wikEd in-browser text editor ( function () { var script = document.createElement( 'script' ); script.src = '//en.wikipedia.org/…”)
 
(没有差异)

2023年1月8日 (日) 16:01的最新版本

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