Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Ads
Yes, use DOM scripting to cover up you entire page and then write over that
<div id='hack'>
Entire page date including <html><head> etc
</div>
<script>content = document.getElementById("hack").innerHTML;
document.documentElement.innerHTML = content;
</script>```