|
|
|
|
|
by nbush
4350 days ago
|
|
Nice work! Here's another solution posted in an earlier thread: javascript:d=document.createElement("div");d.innerHTML="<style>span:nth-child(odd) {display:none;}</style>";document.body.appendChild(d); I don't think there's any easy way for the obfuscation to stay ahead of JS reversal. Thanks for taking a look! |
|