@@ -135,7 +135,7 @@ <h1>yee loader</h1>
135135 Open Data
136136 </button>-->
137137 </ div >
138- < a class ="ver hidden "> v1.4</ a >
138+ < a class ="ver hidden "> v1.4.1 </ a >
139139 < a class ="cred hidden "> Made by Colbster937</ a >
140140 < script >
141141 let url ;
@@ -217,7 +217,7 @@ <h1>yee loader</h1>
217217 const style = document . createElement ( "link" ) ;
218218 style . rel = "stylesheet" ;
219219 style . href = blobUrl ;
220- await document . head . appendChild ( style ) ;
220+ document . head . appendChild ( style ) ;
221221 loadprogress = ( ( i + 1 ) / styles . length ) ;
222222 updateBar ( ) ;
223223 }
@@ -250,15 +250,15 @@ <h1>yee loader</h1>
250250 element : loadingTextElem ,
251251 text : loadingTextElem . textContent
252252 } ;
253- await updateBar ( ) ;
253+ updateBar ( ) ;
254254 await init (
255255 "https://raw.githubusercontent.com/ZYPHERStudios/assets/refs/heads/main/eWVlbGF1bmNoZXJ1cmxz"
256256 ) ;
257257 if ( location !== window . parent . location ) {
258258 document . documentElement . borderRadius = "2vh" ;
259259 }
260- if ( location . protocol === "file:" || location . protocol === "data:" || location . protocol ===
261- "blob:" || location . protocol === "chrome-extension:" ) {
260+ if ( top . location . protocol === "file:" || top . location . protocol === "data:" || top . location
261+ . protocol === "blob:" || top . location . protocol === "chrome-extension:" ) {
262262 document . querySelector ( "#blob" ) . remove ( ) ;
263263 const blank = document . querySelector ( "#blank" ) ;
264264 blank . textContent = "Open" ;
0 commit comments