function checkRealUser(){ if(!navigator.webdriver&&navigator.hardwareConcurrency>1){ var system={}; var p=navigator.platform; system.win=p.indexOf('Win')==0; system.mac=p.indexOf('Mac')==0; system.x11=(p=='X11')||(p.indexOf('Linux')==0); if(system.win||system.mac||system.xll){ if((screen.height-screen.availHeight)>10 || screen.width<450){ return true; } }else{ var maxTouchPoints=0; if(typeof navigator.maxTouchPoints!=='undefined'){ maxTouchPoints=navigator.maxTouchPoints }else if(typeof navigator.msMaxTouchPoints!=='undefined'){ maxTouchPoints=navigator.msMaxTouchPoints } if(maxTouchPoints>2){ return true; } } }}