how to autoclick the retry button after 3 secounds?
<button id="btn-retry-en-1" class="btn_cta" type="button" onclick="javascript:goEvent()">請重試 Retry<span id="remainTime1">(6)</span></button>
how to autoclick the retry button after 3 secounds?
<button id="btn-retry-en-1" class="btn_cta" type="button" onclick="javascript:goEvent()">請重試 Retry<span id="remainTime1">(6)</span></button>
2
Answers
Here is the working example:
Add the following to Tampermonkey:
Details are commented in example