fixed firm

This commit is contained in:
dukesrg 2015-08-09 12:29:36 +03:00
parent 0ec8062a1f
commit 85f2715a8c

View File

@ -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>