DivxStage Downloader

By Aaron Russell Last update Aug 20, 2009 — Installed 955 times. Daily Installs: 6, 0, 5, 20, 4, 1, 1, 2, 9, 6, 4, 3, 2, 4, 2, 7, 9, 2, 5, 2, 5, 1, 2, 6, 1, 3, 5, 3, 5, 4, 12, 0

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>";