Greasy Fork is available in English.

QuizDiva skip break

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

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

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