More actions
M88youngling (talk | contribs) No edit summary |
M88youngling (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
alert("Common.js loaded!"); | |||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* Any JavaScript here will be loaded for all users on every page load. */ | ||
// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor | // install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor | ||
| Line 10: | Line 14: | ||
} | } | ||
) (); | ) (); | ||
Revision as of 17:08, 29 January 2025
alert("Common.js loaded!");
/* Any JavaScript here will be loaded for all users on every page load. */
// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor
(function ()
{
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.async = true;
document.getElementsByTagName('head')[0].appendChild(script);
}
) ();