/** * @author https://codepen.io/bookmarklets * @file * Original Source {@link https://cdpn.io/bookmarklets/fullpage/NobJbq#} */ javascript:if (window.getSelection() == ""){ alert("Highlight the name of the movie or TV Show. bookmarlet")}else{window.open("http://www.rottentomatoes.com/search/?search="+window.getSelection());};