<script>
var ua = navigator.userAgent.toLowerCase();
var isAndroid = ua.indexOf("android") > -1; //&& ua.indexOf("mobile");
if(isAndroid) {
//vnd.youtube://youtube.com/user/suryaprocell
window.location = 'http://youtube.com/user/suryaprocell';
}
</script>
Search This Blog
Subscribe to:
Post Comments (Atom)
-
In this simple project, we’ll build a motion-sensing alarm using a PIR (passive infrared) sensor and an Arduino microcontroller. This is ...
-
Setting up an Inbound (DID/DDI) number in FreePBX can be tricky. We have to do 2 things to get it to work. First we need to tell FreePBX/A...
No comments:
Post a Comment