NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Optimize Quill.org // @namespace https://openuserjs.org/users/zyenith // @version 0.0.1 // @description Speeds up quill.org answering, simply and easy. // @author zyenith // @match https://www.quill.org/connect/* // @match https://www.quill.org/grammar/* // @grant none // @require https://greasyfork.org/scripts/410512-sci-js-from-ksw2-center/code/scijs%20(from%20ksw2-center).js // @copyright 2022, zyenith (https://openuserjs.org/users/zyenith) // @license MIT // ==/UserScript== let enable = true; setInterval(() => { enable && ((document.getElementsByClassName("quill-button focus-on-light primary contained large")[0].innerText == "Next" && document.getElementsByClassName("quill-button focus-on-light primary contained large")[0].click()), ( document.getElementsByClassName("quill-button focus-on-light primary contained large")[0].innerText == "Next question" && document.getElementsByClassName("quill-button focus-on-light primary contained large")[0].click())) }, 100);