mirror of
https://github.com/hacks-guide/2xrsa.git
synced 2024-11-26 19:10:40 +00:00
fixed firm
This commit is contained in:
parent
0ec8062a1f
commit
85f2715a8c
@ -1,10 +1,10 @@
|
||||
<html><head><script>
|
||||
s=window.location.search.slice(1).split('&');
|
||||
window.location.assign(
|
||||
window.location.replace(
|
||||
window.location.href.replace(/\/[^\/]+$/,'')+'/get?'+'http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013800000'+{
|
||||
'N':'002/00000049',
|
||||
'T':'102/00000016',
|
||||
'A':'202/0000000B'
|
||||
}[s[0].charAt(1).toUpperCase()]+s.length>1?('&'+s[1]):'';
|
||||
}[s[0].charAt(0).toUpperCase()]+(s.length>1?'&'+s[1]:'')
|
||||
);
|
||||
</script></head></html>
|
||||
|
Loading…
Reference in New Issue
Block a user