5
5
< head >
6
6
< meta charset ="UTF-8 ">
7
7
< 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 ">
10
8
< style >
11
9
12
10
body {
@@ -90,10 +88,7 @@ <h3>Open With:</h3>
90
88
let newBlankTab = window . open ( "about:blank" , "_blank" ) ;
91
89
if ( newBlankTab ) {
92
90
newBlankTab . onload = ( ) => {
93
- newBlankTab . document . title = "Google" ;
94
91
let link = newBlankTab . document . createElement ( "link" ) ;
95
- link . rel = "icon" ;
96
- link . href = "https://i.ibb.co/gZG0HCZq/google.png" ;
97
92
newBlankTab . document . head . appendChild ( link ) ;
98
93
newBlankTab . document . body . style . margin = "0" ;
99
94
newBlankTab . document . body . style . height = "100vh" ;
@@ -107,11 +102,8 @@ <h3>Open With:</h3>
107
102
iframe . style . margin = '0' ;
108
103
iframe . referrerpolicy = "no-referrer" ;
109
104
iframe . allow = "fullscreen" ;
110
- iframe . src = iframeUrl ;
105
+ iframe . src = "https://evantesecond.github.io/Simple-aboutblank-blobhttps-datatext-cloakers/" ;
111
106
newBlankTab . document . body . appendChild ( iframe ) ;
112
- setTimeout ( ( ) => {
113
- window . location . replace ( "https://www.google.com/" ) ;
114
- } , 2000 ) ;
115
107
} ;
116
108
} else {
117
109
alert ( "Allow pop-ups at the right of the search bar. Then reload the page." ) ;
@@ -134,10 +126,7 @@ <h3>Open With:</h3>
134
126
135
127
if ( newBlankTab ) {
136
128
newBlankTab . onload = ( ) => {
137
- newBlankTab . document . title = "Google" ;
138
129
let link = newBlankTab . document . createElement ( "link" ) ;
139
- link . rel = "icon" ;
140
- link . href = "https://i.ibb.co/gZG0HCZq/google.png" ;
141
130
newBlankTab . document . head . appendChild ( link ) ;
142
131
newBlankTab . document . body . style . margin = "0" ;
143
132
newBlankTab . document . body . style . height = "100vh" ;
@@ -151,11 +140,8 @@ <h3>Open With:</h3>
151
140
iframe . style . margin = '0' ;
152
141
iframe . referrerpolicy = "no-referrer" ;
153
142
iframe . allow = "fullscreen" ;
154
- iframe . src = iframeUrl ;
143
+ iframe . src = "https://evantesecond.github.io/Simple-aboutblank-blobhttps-datatext-cloakers/" ;
155
144
newBlankTab . document . body . appendChild ( iframe ) ;
156
- setTimeout ( ( ) => {
157
- window . location . replace ( "https://www.google.com/" ) ;
158
- } , 2000 ) ;
159
145
} ;
160
146
} else {
161
147
alert ( "Allow pop-ups at the right of the search bar. Then reload the page." ) ;
0 commit comments