Simply skips the long and boring break between every question on quizdiva.net
当前为
// ==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');