This commit is contained in:
zhenghaole 2023-11-23 11:46:43 +08:00
commit 77b99cddf7

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;
} }