YouTube Video Original Page - GreaseMonkey UserScript

YouTube Video Original Page UserScript will insert a link to the original page of a YouTube video from a page which has an embedded YouTube Video.

There are many pages where you will find a embedded youtube video. When you find such a page, you may want to find the original youtube page as well. You may want to add a comment. Or you may what to download the video. Whatever you reason might be, this userscript will do the job for you.

This userscript will add a link called 'YouTube Page' just below the video. This link should take you to the original youtube page for that video.

I have arranged a small demo page that has many youtube videos embedded in it. Just install the script and go to that page to see what I am talking about.

Install Script

YouTube Video Original Page

To install, you must have the greasemonkey extension for firefox browser. If you have it, click the link and choose "Install".

Screenshot

YouTube Video Original Page

Comments

Binny V A at 21 Mar, 2007 04:19
If any one wants the bookmarklet version of this script, just leave a comment and I will provide it.
Reply to this.
mnemo at 05 May, 2007 03:07
Nice one! There also seem to be embedded videos that use the parameter "src" instead of movie, so I changed one line in your code to:
if((param.getAttribute("name") == "movie") || (param.getAttribute("name") == "src")) {

Thanks for the script!
Reply to this.
Comment


Comment




Comment Formating : HTML tags a, strong, em, b, i, code, pre, p and br allowed. Other tags will be shown as code(< will become &lt;). Urls, Line breaks will be auto-formated.