Redirect Seesmic

By dydimustk Last update Jan 9, 2008 — Installed 62 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name            Redirect Seesmic
// @author          Thomas Knoll
// @namespace       http://dydimustk.com/userscripts/
// @description     Automatically redirects standalone Seesmic videos to the logged in version
// @include         http://www.seesmic.com/Standalone*
// @version         0.1
// ==UserScript==

window.location.replace(window.location.href.replace(/.*video=(.+)/, "http://www.seesmic.com/Seesmic.html?#/video/$1/watch"));