Openload.co show real download button

Hides the fake download button/timer and shows the real download button

// ==UserScript==
// @name                        Openload.co show real download button
// @version                     0.0.1
// @grant                       none
// @description                 Hides the fake download button/timer and shows the real download button
// @include                     http://openload.co/*
// @include                     https://openload.co/*
// @author                      Jimmy
// @namespace                   https://gf.qytechs.cn/users/5561
// @run-at						document-end
// ==/UserScript==
$("#downloadTimer").slideUp();
$("#realdl").slideDown();

QingJ © 2025

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