You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
if someone knows if there's an actual way to make it so pressing any button on the keyboard loads the homepage that would be greatly appreciated
I suppose adding a <script> with something like this in it would work: document.body.onkeypress = function() { window.location.assign("home.html"); };