// ==UserScript== // @name quizlet match game cheat // @namespace http://tampermonkey.net/ // @version 0.2 // @description try to take over the world! // @author You // @match *://quizlet.com/* // @grant none // @downloadURL https://update.greasyfork.icu/scripts/388028/quizlet%20match%20game%20cheat.user.js // @updateURL https://update.greasyfork.icu/scripts/388028/quizlet%20match%20game%20cheat.meta.js // ==/UserScript== document.onclick = ()=>{main();} function main(){ let suc = false; try{ let container = document.getElementsByClassName('MatchModeQuestionScatterBoard is-ready')[0], all_options = container.children, words = [], description = [], color_code = ['pink','blue','yellow','red','black','green']; for(let i = 0;i{main()},10); console.log(e) } }