Skip to main content
// Create a new script element
const script = document.createElement('script');
// Set the 'src' attribute
script.src = "https://popup.zidy.com/pp.min.js";
// Set the 'defer' attribute
script.defer = true;
// Set the 'data-origin-id' attribute
script.setAttribute('data-origin-id', "id_a5e303a516154412b783c7979996120d");
// Set the 'data-client-id' attribute
script.setAttribute('data-client-id', "tnt_154aa2ca127a4736ae983384d2541dad");
// Append the script element to the document's head
document.head.appendChild(script);