Wiki/MediaWiki:Common.js

From Philippine Languages Wiki
Revision as of 11:48, 1 September 2025 by Kmeexo (talk | contribs) (Created page with "// 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); })();")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

// 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);

})();