mirror of
https://github.com/hacks-guide/2xrsa.git
synced 2024-11-23 09:29:39 +00:00
Update index.html
This commit is contained in:
parent
dd530cd1f0
commit
dc7c8dcb33
@ -57,9 +57,7 @@ function geturl(obj) {
|
||||
c=Array(9-n.length).join('0')+n+c;
|
||||
}
|
||||
if(hasOwnProperty('little-endian')){
|
||||
alert(c.toUpperCase());
|
||||
alert(c.toUpperCase().replace(/[^\dA-F]/g,''));
|
||||
// alert(c.toUpperCase().replace(/[^\dA-F]/g,'').match(/.{8}/g).length);
|
||||
alert(c.toUpperCase().replace(/[^\dA-F]/g,'').match(/.{8}/g).length);
|
||||
// a=c.toUpperCase().replace(/[^\dA-F]/g,'').match(/.{8}/g);
|
||||
// c='';
|
||||
// while(a.length>0){
|
||||
|
Loading…
Reference in New Issue
Block a user