mirror of
https://github.com/hacks-guide/2xrsa.git
synced 2024-11-26 19:10:40 +00:00
11 lines
366 B
HTML
11 lines
366 B
HTML
<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'+{
|
|
'N':'002/00000049',
|
|
'T':'102/00000016',
|
|
'A':'202/0000000B'
|
|
}[s[0].charAt(0).toUpperCase()]+(s.length>1?'&'+s[1]:'')
|
|
);
|
|
</script></head></html>
|