we consider following tricks:
document.write('')
setTimeout(function(){document.body.innerHTML='';},1);
window.self.onload = function(evt){document.body.innerHTML='';}
None of them was bypassed further in the paper. (I used Ctrl+F)
we consider following tricks:
document.write('')
setTimeout(function(){document.body.innerHTML='';},1);
window.self.onload = function(evt){document.body.innerHTML='';}
None of them was bypassed further in the paper. (I used Ctrl+F)