JavaScript Pokaż alert, jeśli przeglądarka nie jest Google Chrome
if(!!window.chrome !== true){
alert("Please use Google Chrome to access this site");
}
hirohito
if(!!window.chrome !== true){
alert("Please use Google Chrome to access this site");
}