Browser detection

by kshep92

JavaScript

(if(!navigator.userAgent.match(/(Android|iPhone|iPod|BlackBerry)/i)) {
    alert("Desktop");
    
    })();