QuizDiva skip break

Simply skips the long and boring break between every question on quizdiva.net

当前为 2020-05-15 提交的版本,查看 最新版本

// ==UserScript==
// @name         QuizDiva skip break
// @namespace    https://bblok.tech/
// @version      1.0
// @description  Simply skips the long and boring break between every question on quizdiva.net
// @author       Theblockbuster1
// @match        https://quizdiva.net/games/*/questions/break*
// @match        http://quizdiva.net/games/*/questions/break*
// @grant        none
// ==/UserScript==

$('#nextbutton').trigger('click');