Bypass fingertabs downloads

Don't wait for the timer on the download

目前為 2022-09-24 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Bypass fingertabs downloads
// @match        https://fingertabs.com/*
// @description  Don't wait for the timer on the download
// @license      MIT
// @version 0.0.1.20220924092744
// @namespace https://gf.qytechs.cn/users/941655
// ==/UserScript==

window.onload = () => {};

document.getElementById('timer_2').style.display = 'block';
document.getElementById('timer_1').style.display = 'none';

QingJ © 2025

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