Wiki/MediaWiki:Common.js: Difference between revisions

From Philippine Languages Wiki
(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); })();")
 
(No difference)

Latest revision as of 11:48, 1 September 2025

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

})();