Skip to content

Commit 7625e1e

Browse files
authored
Update index.html
1 parent 04a3880 commit 7625e1e

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

index.html

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<head>
66
<meta charset="UTF-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<title>Home - Google Drive</title>
9-
<link rel="icon" href="https://ssl.gstatic.com/images/branding/product/1x/drive_2020q4_32dp.png" type="image/png">
108
<style>
119

1210
body {
@@ -90,10 +88,7 @@ <h3>Open With:</h3>
9088
let newBlankTab = window.open("about:blank", "_blank");
9189
if (newBlankTab) {
9290
newBlankTab.onload = () => {
93-
newBlankTab.document.title = "Google";
9491
let link = newBlankTab.document.createElement("link");
95-
link.rel = "icon";
96-
link.href = "https://i.ibb.co/gZG0HCZq/google.png";
9792
newBlankTab.document.head.appendChild(link);
9893
newBlankTab.document.body.style.margin = "0";
9994
newBlankTab.document.body.style.height = "100vh";
@@ -107,11 +102,8 @@ <h3>Open With:</h3>
107102
iframe.style.margin = '0';
108103
iframe.referrerpolicy = "no-referrer";
109104
iframe.allow = "fullscreen";
110-
iframe.src = iframeUrl;
105+
iframe.src = "https://evantesecond.github.io/Simple-aboutblank-blobhttps-datatext-cloakers/";
111106
newBlankTab.document.body.appendChild(iframe);
112-
setTimeout(() => {
113-
window.location.replace("https://www.google.com/");
114-
}, 2000);
115107
};
116108
} else {
117109
alert("Allow pop-ups at the right of the search bar. Then reload the page.");
@@ -134,10 +126,7 @@ <h3>Open With:</h3>
134126

135127
if (newBlankTab) {
136128
newBlankTab.onload = () => {
137-
newBlankTab.document.title = "Google";
138129
let link = newBlankTab.document.createElement("link");
139-
link.rel = "icon";
140-
link.href = "https://i.ibb.co/gZG0HCZq/google.png";
141130
newBlankTab.document.head.appendChild(link);
142131
newBlankTab.document.body.style.margin = "0";
143132
newBlankTab.document.body.style.height = "100vh";
@@ -151,11 +140,8 @@ <h3>Open With:</h3>
151140
iframe.style.margin = '0';
152141
iframe.referrerpolicy = "no-referrer";
153142
iframe.allow = "fullscreen";
154-
iframe.src = iframeUrl;
143+
iframe.src = "https://evantesecond.github.io/Simple-aboutblank-blobhttps-datatext-cloakers/";
155144
newBlankTab.document.body.appendChild(iframe);
156-
setTimeout(() => {
157-
window.location.replace("https://www.google.com/");
158-
}, 2000);
159145
};
160146
} else {
161147
alert("Allow pop-ups at the right of the search bar. Then reload the page.");

0 commit comments

Comments
 (0)