The Daily UserScript: YouTube 'Time' Menu Command

This userscript allows you to go to a specific time on any YouTube video without need of the provide UI. This functionality is available through a Greasemonkey menu command or through the greasemonkey Ubiquity command.

The Unpleasantry:

Say you are watching a youtube video, and for whatever reason you want to skip directly to a specific point in the video. There are two options available to you currently, the first is to use your mouse and move the video's time slider, which is hardly specific. The other option is to add something like this "#t=0m56s" string to the url, which isn't that hard, but if you want to share the url later then you will have to remove string again, also you might have to clean the existing string first, and the finally problem here is that you get to the right part of the url to add the string properly.

The Alleviation:

Once you install the "YouTube 'Time' Menu Command" UserScript you have a better option, which is:

Greasemonkey Ubiquity Command Method

I recently released a greasemonkey command I was working on, and you can use this userscript in combination with the greasemonkey Ubiquity command.

  1. Hit your Ubiquity hotkey
  2. Type "gm time with 5:05" to go to time 05min and 05sec, and press enter.

Here are some input examples:

  1. 1h3m5s
  2. 3m5s
  3. 1:3:5
  4. 01:03:05
  5. 3:5
  6. 03:5

Related Blog Entries

© Erik Vold 2007-2012. Contact Erik Vold. Top ^