Greasy Fork is available in English.

CheaterMad No Download Delay

none

// ==UserScript==
// @name         CheaterMad No Download Delay
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  none
// @author       ShaqimaK
// @match        https://cheatermad.com/download/*
// @icon         https://www.google.com/s2/favicons?domain=cheatermad.com
// @grant        none
// ==/UserScript==

(function() {
    bb_download_delay = 0;
    document.querySelector("#bb-timing-seconds").remove();
    document.querySelector("#post-1823 > div > div > p.bb-timing-block.timing-info > span").remove();
})();