Skip to content

Instantly share code, notes, and snippets.

javascript:(function(){if(document.getElementById("groove")){document.getElementById("groove").parentNode.removeChild(document.getElementById("groove"));}else{qry=document.getSelection();if(qry){url="http://pseudosodacore.appspot.com/groove/"+qry;ifrm=document.createElement("IFRAME");ifrm.setAttribute("id","groove");ifrm.setAttribute("src",url);ifrm.style.top="50%";ifrm.style.left="50%";ifrm.style.position="fixed";ifrm.style.border="0";ifrm.style.width="0";ifrm.style.height="0";document.body.appendChild(ifrm);}}})()