MediaWiki:Mobile.js: differenze tra le versioni

Da Wikidonca.
mNessun oggetto della modifica
mNessun oggetto della modifica
 
(20 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
/* QUANTCAST GDPR*/
/* (adsbygoogle=window.adsbygoogle||[]).pauseAdRequests=1;
(adsbygoogle=window.adsbygoogle||[]).requestNonPersonalizedAds=1;
InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) */  
   
   
    var elem = document.createElement('script');
(function() {
    elem.src = 'https://quantcast.mgr.consensu.org/cmp.js';
  var host = 'wikidonca.it';
    elem.async = true;
  var element = document.createElement('script');
 
  var firstScript = document.getElementsByTagName('script')[0];
    elem.type = "text/javascript";
  var url = 'https://cmp.inmobi.com'
    var scpt = document.getElementsByTagName('script')[0];
    .concat('/choice/', 'hK2b6w2mQ7J22', '/', host, '/choice.js?tag_version=V3');
    scpt.parentNode.insertBefore(elem, scpt);
  var uspTries = 0;
    (function() {
  var uspTriesLimit = 3;
     var gdprAppliesGlobally = true;
  element.async = true;
  element.type = 'text/javascript';
  element.src = url;
 
  firstScript.parentNode.insertBefore(element, firstScript);
 
  function makeStub() {
     var TCF_LOCATOR_NAME = '__tcfapiLocator';
    var queue = [];
    var win = window;
    var cmpFrame;
 
     function addFrame() {
     function addFrame() {
        if (!window.frames['__cmp.Locator']) {
      var doc = win.document;
         if (document.body) {
      var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]);
            var body = document.body,
 
                iframe = document.createElement('iframe');
      if (!otherCMP) {
            iframe.style = 'display:none';
         if (doc.body) {
            iframe.name = '__cmpLocator';
          var iframe = doc.createElement('iframe');
            body.appendChild(iframe);
 
          iframe.style.cssText = 'display:none';
          iframe.name = TCF_LOCATOR_NAME;
          doc.body.appendChild(iframe);
         } else {
         } else {
            // In the case where this stub is located in the head,
          setTimeout(addFrame, 5);
            // this allows us to inject the iframe more quickly than
            // relying on DOMContentLoaded or other events.
            setTimeout(addFrame, 5);
         }
         }
      }
      return !otherCMP;
    }
    function tcfAPIHandler() {
      var gdprApplies;
      var args = arguments;
      if (!args.length) {
        return queue;
      } else if (args[0] === 'setGdprApplies') {
        if (
          args.length > 3 &&
          args[2] === 2 &&
          typeof args[3] === 'boolean'
        ) {
          gdprApplies = args[3];
          if (typeof args[2] === 'function') {
            args[2]('set', true);
          }
        }
      } else if (args[0] === 'ping') {
        var retr = {
          gdprApplies: gdprApplies,
          cmpLoaded: false,
          cmpStatus: 'stub'
        };
        if (typeof args[2] === 'function') {
          args[2](retr);
        }
      } else {
        if(args[0] === 'init' && typeof args[3] === 'object') {
          args[3] = Object.assign(args[3], { tag_version: 'V3' });
         }
         }
        queue.push(args);
      }
     }
     }
    addFrame();
 
     function cmpMsgHandler(event) {
     function postMessageEventHandler(event) {
        var msgIsString = typeof event.data === "string";
      var msgIsString = typeof event.data === 'string';
        var json;
      var json = {};
         if(msgIsString) {
 
        json = event.data.indexOf("__cmpCall") != -1 ? JSON.parse(event.data) : {};
      try {
         if (msgIsString) {
          json = JSON.parse(event.data);
         } else {
         } else {
        json = event.data;
          json = event.data;
         }
         }
        if (json.__cmpCall) {
      } catch (ignore) {}
        var i = json.__cmpCall;
 
         window.__cmp(i.command, i.parameter, function(retValue, success) {
      var payload = json.__tcfapiCall;
             var returnMsg = {"__cmpReturn": {
 
            "returnValue": retValue,
      if (payload) {
            "success": success,
         window.__tcfapi(
            "callId": i.callId
          payload.command,
             }};
          payload.version,
             event.source.postMessage(msgIsString ?
          function(retValue, success) {
            JSON.stringify(returnMsg) : returnMsg, '*');
             var returnMsg = {
         });
              __tcfapiReturn: {
                returnValue: retValue,
                success: success,
                callId: payload.callId
              }
             };
             if (msgIsString) {
              returnMsg = JSON.stringify(returnMsg);
            }
            if (event && event.source && event.source.postMessage) {
              event.source.postMessage(returnMsg, '*');
            }
          },
          payload.parameter
         );
      }
    }
 
    while (win) {
      try {
        if (win.frames[TCF_LOCATOR_NAME]) {
          cmpFrame = win;
          break;
         }
         }
      } catch (ignore) {}
      if (win === window.top) {
        break;
      }
      win = win.parent;
     }
     }
     window.__cmp = function (c) {
     if (!cmpFrame) {
        var b = arguments;
      addFrame();
        if (!b.length) {
      win.__tcfapi = tcfAPIHandler;
        return __cmp.a;
      win.addEventListener('message', postMessageEventHandler, false);
        }
    }
        else if (b[0] === 'ping') {
  }
        b[2]({"gdprAppliesGlobally": gdprAppliesGlobally,
 
            "cmpLoaded": false}, true);
  makeStub();
        } else if (c == '__cmp')
 
        return false;
  var uspStubFunction = function() {
        else {
    var arg = arguments;
         if (typeof __cmp.a === 'undefined') {
    if (typeof window.__uspapi !== uspStubFunction) {
            __cmp.a = [];
      setTimeout(function() {
        }
         if (typeof window.__uspapi !== 'undefined') {
        __cmp.a.push([].slice.apply(b));
          window.__uspapi.apply(window.__uspapi, arg);
         }
         }
    };
      }, 500);
    window.__cmp.gdprAppliesGlobally = gdprAppliesGlobally;
    window.__cmp.msgHandler = cmpMsgHandler;
    if (window.addEventListener) {
        window.addEventListener('message', cmpMsgHandler, false);
     }
     }
     else {
  };
        window.attachEvent('onmessage', cmpMsgHandler);
 
  var checkIfUspIsReady = function() {
     uspTries++;
    if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) {
      console.warn('USP is not accessible');
    } else {
      clearInterval(uspInterval);
     }
     }
    })();
  };
    window.__cmp('init', {
 
    'Language': 'it',
  if (typeof window.__uspapi === 'undefined') {
'Initial Screen Title Text': 'Il rispetto della tua privacy è la nostra priorità',
    window.__uspapi = uspStubFunction;
'Initial Screen Reject Button Text': 'NON ACCETTO',
    var uspInterval = setInterval(checkIfUspIsReady, 6000);
'Initial Screen Accept Button Text': 'ACCETTO',
  }
'Initial Screen Purpose Link Text': 'Mostra finalità',
})();
'Purpose Screen Title Text': 'Il rispetto della tua privacy è la nostra priorità',
'Purpose Screen Body Text': 'Di seguito puoi impostare le preferenze sul consenso e determinare come desideri utilizzare i dati in base alle finalità. Puoi impostare le tue preferenze per noi indipendentemente da quelle dei partner di terze parti. Ogni finalità ha una descrizione in modo che tu sappia come noi e i nostri partner utilizziamo i tuoi dati.',
/* End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) */
'Purpose Screen Vendor Link Text': 'Visualizza i fornitori',
(adsbygoogle=window.adsbygoogle||[]).pauseAdRequests=0;
'Purpose Screen Cancel Button Text': 'Annullare',
(adsbygoogle=window.adsbygoogle||[]).requestNonPersonalizedAds=0;
'Purpose Screen Save and Exit Button Text': 'Salva ed Esci',
(adsbygoogle = window.adsbygoogle || []).push({});
'Vendor Screen Title Text': 'Il rispetto della tua privacy è la nostra priorità',
'Vendor Screen Body Text': 'Di seguito puoi impostare le preferenze sul consenso per i singoli partner di terze parti con cui collaboriamo. Per visualizzare le finalità rispetto alle quali i singoli partner di terze parti usano i dati per agevolarti nelle tue scelte, espandi ogni voce dell&#039;elenco di aziende. In alcuni casi, le aziende potrebbero utilizzare i tuoi dati senza chiedere il tuo consenso, in base ai loro legittimi interessi. Per ulteriori informazioni e per opporti a tale elaborazione, puoi fare clic sui rispettivi link alla policy sulla privacy.',
'Vendor Screen Accept All Button Text': 'ACCETTA TUTTO',
'Vendor Screen Reject All Button Text': 'RIFIUTA TUTTO',
'Vendor Screen Purposes Link Text': 'Torna alle finalità',
'Vendor Screen Cancel Button Text': 'Annullare',
'Vendor Screen Save and Exit Button Text': 'Salva ed Esci',
'Initial Screen Body Text': 'Noi e i nostri partner utilizziamo tecnologie, quali quelle dei cookie, ed elaboriamo i dati personali, quali gli indirizzi IP e gli identificatori dei cookie, per personalizzare gli annunci e i contenuti in base ai tuoi interessi, misurare le prestazioni di annunci e contenuti e ricavare informazioni sul pubblico che ha visualizzato gli annunci e i contenuti. Fai clic sotto per acconsentire all&#039; utilizzo di questa tecnologia e al trattamento dei tuoi dati personali per queste finalità. Puoi cambiare idea e modificare le tue opzioni sul consenso in qualsiasi momento ritornando su questo sito.',
'Initial Screen Body Text Option': 1,
'Publisher Name': 'Wikidonca',
'Publisher Logo': 'https://wikidonca.it/img/wiki.png',
'Display UI': 'always',
'Publisher Purpose IDs': [1,2],
'Publisher Purpose Legitimate Interest IDs': [1,2],
'Post Consent Page': 'https://www.facebook.com/wikidonca',
'Consent Scope': 'service',
'UI Layout': 'banner',
'Soft Opt-in Enabled': true,
 
 
    });
/* FINE QUANTCAST GDPR*/

Versione attuale delle 07:45, 30 nov 2023

/* (adsbygoogle=window.adsbygoogle||[]).pauseAdRequests=1;
(adsbygoogle=window.adsbygoogle||[]).requestNonPersonalizedAds=1;
InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) */ 
										  
(function() {
  var host = 'wikidonca.it';
  var element = document.createElement('script');
  var firstScript = document.getElementsByTagName('script')[0];
  var url = 'https://cmp.inmobi.com'
    .concat('/choice/', 'hK2b6w2mQ7J22', '/', host, '/choice.js?tag_version=V3');
  var uspTries = 0;
  var uspTriesLimit = 3;
  element.async = true;
  element.type = 'text/javascript';
  element.src = url;

  firstScript.parentNode.insertBefore(element, firstScript);

  function makeStub() {
    var TCF_LOCATOR_NAME = '__tcfapiLocator';
    var queue = [];
    var win = window;
    var cmpFrame;

    function addFrame() {
      var doc = win.document;
      var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]);

      if (!otherCMP) {
        if (doc.body) {
          var iframe = doc.createElement('iframe');

          iframe.style.cssText = 'display:none';
          iframe.name = TCF_LOCATOR_NAME;
          doc.body.appendChild(iframe);
        } else {
          setTimeout(addFrame, 5);
        }
      }
      return !otherCMP;
    }

    function tcfAPIHandler() {
      var gdprApplies;
      var args = arguments;

      if (!args.length) {
        return queue;
      } else if (args[0] === 'setGdprApplies') {
        if (
          args.length > 3 &&
          args[2] === 2 &&
          typeof args[3] === 'boolean'
        ) {
          gdprApplies = args[3];
          if (typeof args[2] === 'function') {
            args[2]('set', true);
          }
        }
      } else if (args[0] === 'ping') {
        var retr = {
          gdprApplies: gdprApplies,
          cmpLoaded: false,
          cmpStatus: 'stub'
        };

        if (typeof args[2] === 'function') {
          args[2](retr);
        }
      } else {
        if(args[0] === 'init' && typeof args[3] === 'object') {
          args[3] = Object.assign(args[3], { tag_version: 'V3' });
        }
        queue.push(args);
      }
    }

    function postMessageEventHandler(event) {
      var msgIsString = typeof event.data === 'string';
      var json = {};

      try {
        if (msgIsString) {
          json = JSON.parse(event.data);
        } else {
          json = event.data;
        }
      } catch (ignore) {}

      var payload = json.__tcfapiCall;

      if (payload) {
        window.__tcfapi(
          payload.command,
          payload.version,
          function(retValue, success) {
            var returnMsg = {
              __tcfapiReturn: {
                returnValue: retValue,
                success: success,
                callId: payload.callId
              }
            };
            if (msgIsString) {
              returnMsg = JSON.stringify(returnMsg);
            }
            if (event && event.source && event.source.postMessage) {
              event.source.postMessage(returnMsg, '*');
            }
          },
          payload.parameter
        );
      }
    }

    while (win) {
      try {
        if (win.frames[TCF_LOCATOR_NAME]) {
          cmpFrame = win;
          break;
        }
      } catch (ignore) {}

      if (win === window.top) {
        break;
      }
      win = win.parent;
    }
    if (!cmpFrame) {
      addFrame();
      win.__tcfapi = tcfAPIHandler;
      win.addEventListener('message', postMessageEventHandler, false);
    }
  }

  makeStub();

  var uspStubFunction = function() {
    var arg = arguments;
    if (typeof window.__uspapi !== uspStubFunction) {
      setTimeout(function() {
        if (typeof window.__uspapi !== 'undefined') {
          window.__uspapi.apply(window.__uspapi, arg);
        }
      }, 500);
    }
  };

  var checkIfUspIsReady = function() {
    uspTries++;
    if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) {
      console.warn('USP is not accessible');
    } else {
      clearInterval(uspInterval);
    }
  };

  if (typeof window.__uspapi === 'undefined') {
    window.__uspapi = uspStubFunction;
    var uspInterval = setInterval(checkIfUspIsReady, 6000);
  }
})();
		 
/* End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) */
(adsbygoogle=window.adsbygoogle||[]).pauseAdRequests=0;
(adsbygoogle=window.adsbygoogle||[]).requestNonPersonalizedAds=0;
(adsbygoogle = window.adsbygoogle || []).push({});