Type Here to Get Search Results !

System Information Tool with colorful styling

System Information Tool

System Information

function getDeviceType() { if (/Android/i.test(navigator.userAgent)) { return 'Android Device'; } else if (/iPhone|iPad|iPod/i.test(navigator.userAgent)) { return 'iOS Device'; } else { return 'Desktop'; } }

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.