🏠 Home 

Bypass fingertabs downloads

Don't wait for the timer on the download


Install this script?
  1. // ==UserScript==
  2. // @name Bypass fingertabs downloads
  3. // @match https://fingertabs.com/*
  4. // @description Don't wait for the timer on the download
  5. // @license MIT
  6. // @version 0.0.1.20220924092744
  7. // @namespace https://greasyfork.org/users/941655
  8. // ==/UserScript==
  9. window.onload = () => {};
  10. document.getElementById('timer_2').style.display = 'block';
  11. document.getElementById('timer_1').style.display = 'none';