About Me

Just some thoughts on what inspires and interests me.

Blogroll

Search


Uncategorized

Youtube Javascript Popout Bookmarklet

Friday, June 27th, 2008

I’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 […]