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');
}
});
})();