OpEx Countdown Skip

Skip the silly countdown.

当前为 2020-10-12 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name OpEx Countdown Skip
  3. // @name:pt-BR OpEx Pula Tempo de Espera
  4. // @autor SecretX
  5. // @namespace namespace_secretx
  6. // @description Skip the silly countdown.
  7. // @description:pt-br Um pequeno script para pular o contador irritante do site OpEx.
  8. // @version 2019.06.23
  9. // @match http://onepieceex.net/download/?*
  10. // @match https://onepieceex.net/download/?*
  11. // @grant none
  12. // ==/UserScript==
  13.  
  14. document.getElementById('contador').innerHTML = 1;