This commit is contained in:
bilis 2015-08-09 18:52:27 +08:00
commit be86e022a0
5 changed files with 7 additions and 7 deletions

BIN
dlx/17538C45.rop Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
<html><head><script>
d=document,r=parent,w=window,n=navigator.userAgent;
if(r==w){
g=w.location.search.slice(1).split('&'),l=g[0];
g=w.location.search.slice(1).split('&'),l=decodeURIComponent(g[0]);
w.onload=function(){
if(n.indexOf('1.7538.CN')>=0)n=n.replace('.CN',confirm('系统版本4.2-4.4选择OK系统版本4.5选择取消。')?'.CN.42':'.CN.45');
var h=d.body.childNodes[0];

View File

@ -1,10 +1,10 @@
<html><head><script>
s=window.location.search.slice(1).split('&');
window.location.replace(
window.location.href.replace(/\/[^\/]+$/,'')+'/get?'+'http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013800000'+{
window.location.assign(
window.location.href.replace(/\/[^\/]+$/,'')+'/get?'+encodeURIComponent('http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013800000'+{
'N':'002/00000049',
'T':'102/00000016',
'A':'202/0000000B'
}[s[0].charAt(0).toUpperCase()]+(s.length>1?'&'+s[1]:'')
}[s[0].charAt(0).toUpperCase()])+(s.length>1?'&'+s[1]:'')
);
</script></head></html>

View File

@ -1,7 +1,7 @@
<html><head><script>
d=document,r=parent,w=window,n=navigator.userAgent;
if(r==w){
g=w.location.search.slice(1).split('&'),l=g[0],e=g.length>1?g[1]:l.replace(/^.*\//,'');
g=w.location.search.slice(1).split('&'),l=decodeURIComponent(g[0]),e=g.length>1?g[1]:l.replace(/^.*\//,'');
w.onload=function(){
if(n.indexOf('1.7538.CN')>=0)n=n.replace('.CN',confirm('系统版本4.2-4.4选择OK系统版本4.5选择取消。')?'.CN.42':'.CN.45');
var h=d.body.childNodes[0];

View File

@ -1,13 +1,13 @@
<html><head><script>
s=window.location.search.slice(1).split('&');
window.location.assign(
window.location.href.replace(/\/[^\/]+$/,'')+'/get?'+'http://nus.cdn.c.shop.nintendowifi.net/ccs/download/000400100002'+{
window.location.href.replace(/\/[^\/]+$/,'')+'/get?'+encodeURIComponent('http://nus.cdn.c.shop.nintendowifi.net/ccs/download/000400100002'+{
'P':'0000/00000022',
'S':'1000/0000002D',
'U':'2000/00000023',
'N':'6000/00000006',
'R':'7000/0000000D',
'W':'8000/00000005'
}[navigator.userAgent.slice(-1)]+(s[0].length>1?'&'+s[0]:'')
}[navigator.userAgent.slice(-1)])+(s[0].length>1?'&'+s[0]:'')
);
</script></head></html>