There are 6 previous versions of this script.
// ==UserScript==
// @name DivxStage Downloader
// @namespace Aaron Russell
// @description DivxStage download on video open
// @include http://www.divxstage.net/video/*
// @include http://divxstage.net/video/*
// ==/UserScript==
var DB = document.evaluate( '//a[contains(@href, "yclinks.com")]' , document, null, 4, null ).iterateNext();
DB.href=document.getElementById('embedmvshre').src;
DB.target="_top";
DB.innerHTML="Download This Video<br>";
