Zippyshare Auto Download

Automatically starts downloads hosted by Zippyshare

  1. // ==UserScript==
  2. // @name Zippyshare Auto Download
  3. // @namespace Zippyshare Auto Download
  4. // @description Automatically starts downloads hosted by Zippyshare
  5. // @include http://www*.zippyshare.com/*
  6. // @version 0.0.1.20140515171517
  7. // ==/UserScript==
  8. document.getElementById('dlbutton').click();
  9. setTimeout(function(){var ww = window.open(window.location, '_self'); ww.close(); }, 2000);