If you don't mind using a bookmarklet, you can do what you want in the browser. You'd just need to put this as a bookmark (in Chrome, I'm not sure on firefox). You'll need to replace the bold/underline part with the deck id of the deck you want to affect. You can right click the deck and inspect it, then look for the data-deckid property and copy the contents. javascript:$('.adeck .deckstack[data-deckid=" A778E120-672D-49D0-BAF8-8646DA3D3FAC "] .control .recall').click();setTimeout(function(){$('.ui-dialog input.shuffle').click();$('.ui-dialog button.ui-button')[0].click();},100);