Difference between revisions of "MediaWiki:Common.js"

From Stm32World Wiki
Jump to navigation Jump to search
(Created page with "→‎Any JavaScript here will be loaded for all users on every page load.: (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};...")
 
 
Line 1: Line 1:
 
/* Any JavaScript here will be loaded for all users on every page load. */
 
/* Any JavaScript here will be loaded for all users on every page load. */
  
(function(c,l,a,r,i,t,y){       c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};       t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i+"?ref=bwt";       y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);   })(window, document, "clarity", "script", "6te8216fhk");
+
(function(c,l,a,r,i,t,y){
 +
        c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
 +
        t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
 +
        y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
 +
})(window, document, "clarity", "script", "6te8216fhk");

Latest revision as of 16:10, 23 May 2021

/* Any JavaScript here will be loaded for all users on every page load. */

(function(c,l,a,r,i,t,y){
        c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
        t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
        y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "6te8216fhk");