Deaddrive Domain not working on some Networks.
if any one face issue then inform.
if any one face issue then inform.
Forwarded from AIO Backup Owner
(function () {
const iframes = document.querySelectorAll('iframe');
iframes?.forEach(iframe => {
if(iframe.src?.indexOf('deaddrive.link') > -1) {
iframe.src = iframe.src.replace('deaddrive.link', 'deaddrive.shop');
}
});
})();