button clicker

presses a button

Stan na 15-07-2019. Zobacz najnowsza wersja.

// ==UserScript==
// @name         button clicker
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  presses a button
// @author       twarped
// @include      https://*/*
// @include      http://*/*
// @grant        none
// ==/UserScript==
// id="next"

setInterval(function($){ document.getElementById('next').click('click'); },15000);
长期地址
遇到问题?请前往 GitHub 提 Issues。