We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbc9ea commit 4670b10Copy full SHA for 4670b10
stat.html
@@ -9,8 +9,14 @@
9
if(location.protocol.indexOf('http')>-1&&location.hostname.indexOf('passer-by.com')==-1){
10
location.href = 'https://passer-by.com/browser/';
11
}else if( window.top != window.self ) {
12
- if(window.top.location.hostname.indexOf('passer-by.com')==-1){
13
- window.top.location.href = 'https://passer-by.com/browser/';
+ try{
+ if(window.top.location.hostname.indexOf('passer-by.com')==-1){
14
+ window.top.location.href = 'https://passer-by.com/browser/';
15
+ }
16
+ }catch(e){
17
+ if(confirm('【开源算法】https://passer-by.com/browser/')){
18
19
20
}
21
22
},parseInt(3000+15000*Math.random()));
0 commit comments