My website is www.timepassraja.com
, I have a script that will help to reduce the Google adsense search result page width, so if I use this script, search result page width is changing in mobile and laptop/desktop. Now I want know is there any way to enable this width decreasing script in only mobile/tablet devices browser? I don't want effect this script in desktop/laptop device browser.
Script
try{
document.getElementsByName('googleSearchFrame')[0].width=500;
}catch(e){}