OpEx Countdown Skip

Skip the silly countdown.

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

// ==UserScript==
// @name OpEx Countdown Skip
// @name:pt-BR OpEx Pula Tempo de Espera
// @autor SecretX
// @namespace namespace_secretx
// @description Skip the silly countdown.
// @description:pt-br Um pequeno script para pular o contador irritante do site OpEx.
// @version 2019.06.23
// @match http://onepieceex.net/download/?*
// @match https://onepieceex.net/download/?*
// @grant none
// ==/UserScript==

document.getElementById('contador').innerHTML = 1;