21d20 < var lwo=null; 24c23 < var dorandd=false, dolyricsmatch=false; --- > var dorandd=false; 80c79 < var ans=prompt("What did you point at? One blank character is the answer to give up and reveal answer, while two will offer YouTube based research material regarding the answer as well, three also does a Song Lyrics search. Suffix your answer with a space to do this research, two spaces for song lyrics, anyway, as well.", ""); --- > var ans=prompt("What did you point at? One blank character is the answer to give up and reveal answer, while two will offer YouTube based research material regarding the answer as well. Suffix your answer with a space to do this research, anyway, as well.", ""); 84,85c83 < if (ans.indexOf(' ') == 0 && ans.trim() == '') { < dolyricsmatch=true; --- > if (ans.indexOf(' ') == 0 && ans.trim() == '') { 88,94d85 < } else if (ans.indexOf(' ') == 0 && ans.trim() == '') { < dorandd=true; < ans=' '; < } else if (('!' + ans + '~').replace(/\ \ \~$/g,'') != ('!' + ans + '~') && ans.trim() != '') { < dolyricsmatch=true; < dorandd=true; < ans=ans.trim(); 109c100 < document.getElementById('overlays').innerHTML+="
"; --- > document.getElementById('overlays').innerHTML+="
"; 126,134d116 < if (dolyricsmatch) { < if (lwo) { < if (!lwo.closed) { < lwo.close(); < lwo=null; < } < } < lwo=window.open('//www.lyrics.com/lyrics/' + encodeURIComponent(oa.getAttribute("data-title").replace(/_/g,' ').toLowerCase()), '_blank', 'top=0,left=' + eval(-490 + screen.width) + ',width=490,height=520'); < } 201c183 < --- >