OpEx Countdown Skip

A small script to skip the silly countdown of One Piece Ex website

目前為 2020-10-12 提交的版本,檢視 最新版本

// ==UserScript==
// @name OpEx Countdown Skip
// @name:pt-BR OpEx Pula Tempo de Espera
// @autor SecretX
// @namespace namespace_secretx
// @description A small script to skip the silly countdown of One Piece Ex website
// @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;