// ==UserScript== // @name quizlet match game cheat // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://quizlet.com/21450317/match // @grant none // @downloadURL none // ==/UserScript== document.onreadystatechange = ()=>{ if(document.readyState === 'complete'){ // document.getElementsByClassName('UIButton UIButton--hero')[0].click(); setTimeout(()=>{ let container = document.getElementsByClassName('MatchModeQuestionScatterBoard is-ready')[0], all_options = container.children, words = [], description = [], color_code = ['pink','blue','yellow','red','black','green']; let ad = document.getElementsByClassName('ModeLayout-ad')[0]; ad.parentElement.removeChild(ad); for(let i = 0;i