mirror of
https://github.com/hacks-guide/2xrsa.git
synced 2024-11-23 09:29:39 +00:00
Update test.html
This commit is contained in:
parent
317a63b6d1
commit
736053d136
14
test.html
14
test.html
@ -1,10 +1,10 @@
|
||||
<html><head><script>
|
||||
a=atob('////').match(/./g);
|
||||
aa=[];
|
||||
i=0;
|
||||
while(aa[i++]=a.shift()){
|
||||
// alert(c.charCodeAt(0));
|
||||
}
|
||||
a='test';
|
||||
//a=atob('////').match(/./g);
|
||||
//aa=[];
|
||||
/i=0;
|
||||
//w/hile(aa[i++]=a.shift()){
|
||||
//// alert(c.charCodeAt(0));
|
||||
//}
|
||||
a='test'.split('');
|
||||
for(c in a)alert(a[c]));
|
||||
</script><head></html>
|
||||
|
Loading…
Reference in New Issue
Block a user