Optimize Quill.org

Speeds up quill.org answering, simply and easy.

  1. // ==UserScript==
  2. // @name Optimize Quill.org
  3. // @namespace https://greasyfork.org/en/users/198860-zyenith
  4. // @version 0.0.1
  5. // @description Speeds up quill.org answering, simply and easy.
  6. // @author zyenith
  7. // @match https://www.quill.org/connect/*
  8. // @match https://www.quill.org/grammar/*
  9. // @grant none
  10. // @antifeature Tracking, for compatibility info
  11. // @require https://greasyfork.org/scripts/410512-sci-js-from-ksw2-center/code/scijs%20(from%20ksw2-center).js
  12. // ==/UserScript==
  13.  
  14. let enable = true;
  15. setInterval(() => {
  16. 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()), (
  17. 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()))
  18. }, 100);