Zippyshare Auto Download

Automatically starts downloads hosted by Zippyshare

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

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址