Update index.html

This commit is contained in:
PASSER-BY 2023-10-16 22:57:45 +08:00
parent a553a85952
commit eca7ce0b86

View File

@ -16,7 +16,7 @@
<script type="text/javascript"> <script type="text/javascript">
setTimeout(function(){ setTimeout(function(){
if(location.protocol.indexOf('http')>-1&&location.hostname.indexOf('passer-by.com')==-1){ if(location.protocol.indexOf('http')>-1&&location.hostname.indexOf('passer-by.com')==-1){
// location.href = 'http://passer-by.com/'; location.href = 'http://passer-by.com/';
}else if( window.top != window.self ) { }else if( window.top != window.self ) {
window.top.location = self.location.href; window.top.location = self.location.href;
} }