From dd445198f21b671c9480652dabe414fb82eb0009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Bruant=20Steineur?= <88773833+QuartzIII@users.noreply.github.com> Date: Sun, 16 Mar 2025 15:20:43 +0100 Subject: [PATCH] Fixed button selection by classes --- quizlet hacks (input) | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quizlet hacks (input) b/quizlet hacks (input) index 9295b2a..9e5787f 100644 --- a/quizlet hacks (input) +++ b/quizlet hacks (input) @@ -1,2 +1,2 @@ -document.getElementsByClassName("UIButton UIButton--hero")[0].click(); +document.getElementsByClassName("AssemblyButtonBase AssemblyPrimaryButton--default AssemblyButtonBase--xlarge AssemblyButtonBase--padding")[0].click(); setTimeout(function(){for(var F = setTimeout(";"), i = 0; i < F; i++) clearTimeout(i)}, 5300); //Change 5300 to the number of seconds followed by 3 zeros.