uploadhaven.com premium/skip

Unrestricted Uploadhaven Download Speeds + Shortened Download Time

  1. // ==UserScript==
  2. // @name uploadhaven.com premium/skip
  3. // @namespace https://greasyfork.org/en/scripts/433004-uploadhaven-com-premium-skip
  4. // @version 0.1
  5. // @description Unrestricted Uploadhaven Download Speeds + Shortened Download Time
  6. // @author me
  7. // @match ://.uploadhaven.com/*
  8. // @run-at document-end
  9. // @require https://code.jquery.com/jquery-3.3.1.min.js
  10. // @grant none
  11. // ==/UserScript==
  12. setTimeout(function() {
  13.  
  14. jQuery('#submitFree').html('<button class="btn btn-submit-free" type="submit" name="type" value="free" id="submitFree">Free Download</button>')
  15.  
  16. }, 5000); //Five seconds will elapse and Code will execute.