Use this technique to easily "pop up" a YouTube video and keep it on top of other windows so you can watch it while you continue to browse . . . uh . . . work.
The first tool is a bookmarklet. In Firefox, for example, you can right-click on the Bookmarks toolbar and select "New Bookmark". Other browsers are similar.
For the location, use this bit of javascript. Make sure it’s all on one line!
javascript:e=document.forms.embedForm.embed_code.value;w=window.open(’about:blank’,'_blank’,'height=360,width=450,menubar=no,toolbar=no,location=no,status=no,resizable=yes,scrollbars=no’);d=w.document;d.open();d.write(e);d.close();
And there you go, a handy YouTube viewer that lets you continue working while you watch the latest viral video of the week!



