diff --git a/cloakinnewtab.js b/cloakinnewtab.js index 1a464f7..4e46481 100644 --- a/cloakinnewtab.js +++ b/cloakinnewtab.js @@ -1,2 +1,2 @@ (function(){var url = "https://8752ee92-3fcc-4eda-b1a2-7728cde6218b.id.firewalledreplit.co/"; var win = window.open(); var iframe = win.document.createElement('iframe'); iframe.style="position:fixed;width:100vw;height:100vh;top:0px;left:0px;right:0px;bottom:0px;z-index:2147483647;background-color:white;border:none;"; if(url.includes('https://') || url.includes("http://")) {iframe.src = url;}else{iframe.src = "https://" + url;} win.document.body.appendChild(iframe);})(); -window.close() +window.location.href = "https://google.com";