Difference between revisions of "User:Wottem/common.js"
From Wazeopedia
Line 1: | Line 1: | ||
// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor | // install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor | ||
(function (){ | (function (){ | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
mw.loader.load( 'https://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&action=raw&ctype=text/javascript' ) ; | mw.loader.load( 'https://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&action=raw&ctype=text/javascript' ) ; | ||
} | } | ||
) (); | ) (); |
Revision as of 10:17, 28 August 2018
// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor
(function (){
mw.loader.load( 'https://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&action=raw&ctype=text/javascript' ) ;
}
) ();