Author Archives: Top Rankings

function isDesktop() { const userAgent = navigator.userAgent.toLowerCase(); return !(/(android|webos|iphone|ipad|ipod|blackberry|windows phone)/.test(userAgent)); }