Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.js: Difference between revisions

MediaWiki interface page
Content deleted Content added
Created page with "→‎Any JavaScript here will be loaded for all users on every page load.: <script type="text/javascript" async>;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","https://upcomer.com/plow.lite.js",..."
 
No edit summary
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. */
<script type="text/javascript" async>;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","https://upcomer.com/plow.lite.js","snowplow"));</script>
;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","https://upcomer.com/plow.lite.js","snowplow"));

<script>
window.snowplow('newTracker', 'sp1', 'https://spc.upcomer.com/', {
window.snowplow('newTracker', 'sp1', 'https://spc.upcomer.com/', { appId: 'upcomer-wiki-blops6zombies-web' });
appId: 'upcomer-wiki-blops6zombies-web',
});
snowplow('enableActivityTracking', {
window.snowplow('enableActivityTracking', { minimumVisitLength: 5, heartbeatDelay: 10 });
minimumVisitLength: 5,
heartbeatDelay: 10,
});
</script>

Revision as of 06:57, 25 October 2024

/* Any JavaScript here will be loaded for all users on every page load. */
;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","https://upcomer.com/plow.lite.js","snowplow"));

window.snowplow('newTracker', 'sp1', 'https://spc.upcomer.com/', { appId: 'upcomer-wiki-blops6zombies-web' });
        
window.snowplow('enableActivityTracking', { minimumVisitLength: 5, heartbeatDelay: 10 });