SecureCloud-biz
7/13/2014 - 12:19 AM

chrome_console_log.js

if (typeof console == "object") {
  if ( navigator.userAgent.indexOf('Chrome') != -1 ) {
    console.log("%cHey! What are you looking under here for? https://www.webniraj.com/", "color: #0677c8; font-size: 18px; font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;");
  } else {
    console.log("Hey! What are you looking under here for? https://www.webniraj.com/");
  }
}