Archive for June, 2008
Youtube Javascript Popout Bookmarklet
Friday, June 27th, 2008I’ve been looking around the web for something like this for a while, and i found a userscript using greasemonkey, but it turned out to suck.
I looked into it and found out that the same thing could be achieved using three lines of javascript as a bookmarklet.
The Code:
javascript:var a = document.getElementById(”embed_code”).value;
newWindow= window.open(”", “myWindow”, “status […]
