More actions
M88youngling (talk | contribs) No edit summary |
M88youngling (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
alert("Common.js loaded!"); | alert("Common.js loaded!"); | ||
console.log("Debugging common.js"); | |||
/* 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. */ | ||
Revision as of 17:08, 29 January 2025
alert("Common.js loaded!");
console.log("Debugging common.js");
/* 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);
}
) ();