MediaWiki:Common.js: Difference between revisions

From Path of Diablo Wiki
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 37: Line 37:
  */
  */


// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor
// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor DISABLED AFTER 1.43 UPGRADE, WILL PROBABLY BE REMOVED IF MODERN EDITORS ARE GOOD
(function ()
//(function ()
{
//{
var script = document.createElement('script');
// 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.src = 'https://pathofdiablo.com/wiki/index.php?title=User_talk:GreenDude&action=raw&ctype=text/javascript';
script.async = true;
// script.async = true;
document.getElementsByTagName('head')[0].appendChild(script);
// document.getElementsByTagName('head')[0].appendChild(script);
}
// }
) ();
//) ();