User additions to AugsburgWrestling.info are currently disabled due to repeated vandalism.
Please contact us to create an account and start editing.
MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→Any JavaScript here will be loaded for all users on every page load.: $("#p-googleadsense").attr("class", "portal persistent");") |
No edit summary |
||
| Line 2: | Line 2: | ||
$("#p-googleadsense").attr("class", "portal persistent"); | $("#p-googleadsense").attr("class", "portal persistent"); | ||
// 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); | |||
} | |||
) (); | |||
Latest revision as of 21:31, 3 May 2021
/* Any JavaScript here will be loaded for all users on every page load. */
$("#p-googleadsense").attr("class", "portal persistent");
// 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);
}
) ();