uploadhaven.com premium/skip

Unrestricted Uploadhaven Download Speeds + Shortened Download Time

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         uploadhaven.com premium/skip
// @namespace    https://greasyfork.org/en/scripts/433004-uploadhaven-com-premium-skip
// @version      0.1
// @description  Unrestricted Uploadhaven Download Speeds + Shortened Download Time
// @author       me
// @match        ://.uploadhaven.com/*
// @run-at       document-end
// @require      https://code.jquery.com/jquery-3.3.1.min.js
// @grant        none
// ==/UserScript==
setTimeout(function() {

jQuery('#submitFree').html('<button class="btn btn-submit-free" type="submit" name="type" value="free" id="submitFree">Free Download</button>')

}, 5000); //Five seconds will elapse and Code will execute.