4shared.com skip

// ==UserScript==
// @name           4shared
// @description    自動抓取下載連結
// @include        http://www.4shared.com/get/*
// @include        http://www.4shared.com/audio/*
// @include        http://www.4shared.com/file/*
// ==/UserScript==
if (document.getElementsByClassName('dbtn')[0]) location.assign(document.getElementsByClassName('dbtn')[0].href);
if (document.querySelector('#divDLStart a')) prompt('Download Link:',document.querySelector('#divDLStart a').href);