Google is harassing my website for months now with false malware warnings spooking my visitors away from the site. I tried using google webmasters but they don't accept any of my submissions and I'm finally done with trying to make reason with them. So, I decided to block access to my website if user is using chrome web browser.
My question is: How do I detect google chrome and disable my web page from loading if user is using that web browser? My web page is a pure html at the moment and I would like to insert a source code needed to produce such behavior. Thank you!
Edit: Question is not a duplicate. Web browser detection is just half of the question. I want to disable web page from loading too.