blocking intercept iframes
Posted: Sat Oct 29, 2016 12:37 pm
https://hardcoregames.azurewebsites.net/?p=32838
I have tried
this does not work either, for some reason I cannot block this nonsense so I was wondering how to counter this latest threat to my site
I have tried
Code: Select all
window.onbeforeunload = function() {
return "Are you sure you want to navigate away?";
}