// ==UserScript== // @name Quizlet micromatch bot // @namespace Danielv123 // @version 2.0 // @description Win micromatch in < 1 second! // @author You // @match https://quizlet.com/*/micro* // @grant none // @downloadURL none // ==/UserScript== // this script died when microscatter turned into micromatch, but it still works albeit badly. // edit: Version 2.0 fixed everything and its now able to get sub 0.5 second times! function eventFire(el, etype){ if (el.fireEvent) { el.fireEvent('on' + etype); } else { var evObj = document.createEvent('Events'); evObj.initEvent(etype, true, false); el.dispatchEvent(evObj); } } // Magic for loop instead // checks if the combination is right before clicking :) for(i=0;i div:nth-child(4) > div > div.UIModal.is-open > div > div > div.HighscoresMessage > div.UIDiv.HighscoresMessage-button > button"), "click"); }, 2000);