MediaWiki:Common.js: Difference between revisions
From Glossary of Meteorology
Ametsocadmin (talk | contribs) No edit summary |
Ametsocadmin (talk | contribs) No edit summary |
||
Line 24: | Line 24: | ||
/* Google ads begins */ | /* Google ads begins */ | ||
$(function() { | |||
importScriptURI('https://securepubads.g.doubleclick.net/tag/js/gpt.js'); | |||
}); | |||
window.onload = (function () { | window.onload = (function () { | ||
var myElement = document.getElementById('div-gpt-ad-1651607437305-0'); | var myElement = document.getElementById('div-gpt-ad-1651607437305-0'); | ||
myElement.innerHTML = 'HELLO WORLD'; | myElement.innerHTML = 'HELLO WORLD'; | ||
}()); | }()); | ||
/* Google ads ends */ | /* Google ads ends */ |
Revision as of 09:16, 3 June 2022
/* Any JavaScript here will be loaded for all users on every page load. */ /* Google Analytics Begins */ (function(i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function() { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-64878395-2', 'auto', { 'allowLinker': true }); ga('require', 'linker'); ga('linker:autoLink', ['ams.confex.com, climatepolicy.org, livingontherealworld.org, amspolicyforum.org']); ga('send', 'pageview'); /* Google Analytics Ends */ /* Crazy Egg Begins */ setTimeout(function() { var a = document.createElement("script"); var b = document.getElementsByTagName("script")[0]; a.src = "https://script.crazyegg.com/pages/scripts/0021/7498.js?" + Math.floor(new Date().getTime() / 3600000); a.async = true; a.type = "text/javascript"; b.parentNode.insertBefore(a, b) }, 1); /* Google ads begins */ $(function() { importScriptURI('https://securepubads.g.doubleclick.net/tag/js/gpt.js'); }); window.onload = (function () { var myElement = document.getElementById('div-gpt-ad-1651607437305-0'); myElement.innerHTML = 'HELLO WORLD'; }()); /* Google ads ends */