/** * @author https://codepen.io/bookmarklets * @file Highlight a phone number you find on the web,
Click this and see the business listing! * Original Source {@link https://cdpn.io/bookmarklets/fullpage/NobJbq#} */ javascript:if(window.getSelection()==""){alert("Highlight a company phone # then click this bookmarlet")}else{window.open("https://www.yext.com/partner/MobiSquad/listing-report.html?country=US&name=&address=&city=&state=&zip=&phone="+window.getSelection());};