/** * @author https://codepen.io/bookmarklets * @file * Original Source {@link https://cdpn.io/bookmarklets/fullpage/NobJbq#} */ javascript:if (window.getSelection() == ""){ alert("Highlight a Phone Number then click this bookmarlet")}else{window.open("http://www.truecaller.com/us/" +window.getSelection());};