mirror of
https://github.com/hacks-guide/2xrsa.git
synced 2024-11-27 11:30:33 +00:00
7 lines
120 B
HTML
7 lines
120 B
HTML
<html><head><script>
|
|
a=atob('////').match(/./g);
|
|
while(c=a.shift()){
|
|
alert(c.charCodeAt(0));
|
|
}
|
|
</script><head></html>
|