MediaWiki:Common.js

From Wikisum
Revision as of 01:50, 2 November 2022 by Alexey Skripnik (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
function inject(url) {
    const script = document.createElement("script");
    script.src = url;
    document.head.appendChild(script);
}

/* Google Analytics v3 */
inject("https://www.google-analytics.com/analytics.js");

window.ga = function () {
    (ga.q = ga.q || []).push(arguments);
};

ga.l = +new Date();
ga('create', 'UA-253409-3', 'auto');
ga('send', 'pageview');


/* Google Analytics v4 */
inject('https://www.googletagmanager.com/gtag/js?id=G-JKLRL9CMTE');

window.dataLayer = window.dataLayer || [];

function gtag() {
    dataLayer.push(arguments);
}

gtag('js', new Date());
gtag('config', 'G-JKLRL9CMTE');