Javascript ile
Alıntı
var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome' ) > -1
if(is_chrome==true){document.location.href="yasak. html";}
Php ile
if (strpos($_SERVER['HTTP_USER_AGENT'], 'Chrome') !== false){die('Chrome Kullanamassın');}