Wiki/MediaWiki:Common.js
// Google AdSense Auto Ads (function() {
var ads = document.createElement("script");
ads.async = true;
ads.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1637394397780807";
ads.crossOrigin = "anonymous";
document.head.appendChild(ads);
})();