mirror of
https://github.com/hacks-guide/2xrsa.git
synced 2024-11-23 09:29:39 +00:00
Merge branch 'master' of https://github.com/dukesrg/dukesrg.github.io
This commit is contained in:
commit
be86e022a0
BIN
dlx/17538C45.rop
Normal file
BIN
dlx/17538C45.rop
Normal file
Binary file not shown.
@ -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];
|
||||
|
@ -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>
|
||||
|
@ -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];
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user