Greasy Fork is available in English.

APKMirror Anti-Adblock Killer

Removes the 15s waiting time

  1. // ==UserScript==
  2. // @name APKMirror Anti-Adblock Killer
  3. // @version 0.1.1
  4. // @description Removes the 15s waiting time
  5. // @author j4k0xb
  6. // @license MIT
  7. // @match https://www.apkmirror.com/apk/*-apk-download/
  8. // @icon https://icons.duckduckgo.com/ip2/apkmirror.com.ico
  9. // @grant none
  10. // @namespace https://greasyfork.org/users/941111
  11. // ==/UserScript==
  12.  
  13. const downloadButton = document.querySelector(".downloadButton");
  14. downloadButton.setAttribute("style", "background-color: #28a438 !important; pointer-events: initial !important; cursor: pointer !important");