MediaWiki:Common.js: Difference between revisions

From WikiBrief
Jump to navigation Jump to search
(Created page with "$(document).ready(function() { var adsenseScript = document.createElement('script'); adsenseScript.async = true; adsenseScript.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7150368137838805"; adsenseScript.crossOrigin = "anonymous"; document.head.appendChild(adsenseScript); });")
(No difference)

Revision as of 02:01, 14 April 2025

$(document).ready(function() {
    var adsenseScript = document.createElement('script');
    adsenseScript.async = true;
    adsenseScript.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7150368137838805";
    adsenseScript.crossOrigin = "anonymous";
    document.head.appendChild(adsenseScript);
});