Open GoogleCodeExporter opened 9 years ago
The div is properly parsed, the issue is the to
document.body.childNodes[i].hasAttribute. I edited the javascript in the sample
to prove this as follows:
//edit start
/*if(window.document)for(i=0;i<document.body.childNodes.length;i++){
if (document.body.childNodes[i].hasAttribute("style"))
if(z)g=document.body.childNodes[i].innerHTML.replace(/hwehes/g,"");
}*/
if(z)g=document.getElementById('q').innerHTML.replace(/hwehes/g,"");
//edit end
Please review the jsunpack submission here:
http://jsunpack.jeek.org/?report=69829f230fea941b3e7d10ae8a6066baf2cea1b4
Original comment by urul...@gmail.com
on 13 Aug 2012 at 2:00
Original issue reported on code.google.com by
rahulmoh...@gmail.com
on 13 Aug 2012 at 6:16Attachments: