More actions
M88youngling (talk | contribs) Created page with "→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); } ) ();" |
M88youngling (talk | contribs) No edit summary |
||
| Line 10: | Line 10: | ||
} | } | ||
) (); | ) (); | ||
alert("Common.js loaded!"); | |||
Revision as of 17:07, 29 January 2025
/* 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);
}
) ();
alert("Common.js loaded!");