-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Putting this in an issue for people to find since I couldn't be bothered to make a pull request. Here's a version that's been updated for the newest version of Quizlet. Have fun.
const settings = {
pairs: ``,
score: 1400
};
let p = settings.pairs.split(`\n`);
let pause = settings.pause
for (let i = 0; i < p.length; i++) {
p[i] = p[i].split(`\t`); // if you're manually inputting things, replace `\t` with ` `
}
document.querySelector(`.bvbv8re`).click() // start button
const c = (x, t, i) => {
try {
const e = document.querySelector(`div[aria-label="${x}"]`);
if (e) {
setTimeout(() => {
e.click();
}, t);
}
return t + i;
} catch {
return t;
}
}
let t = 0
setTimeout(() => {p.forEach((a) => {
t = c(a[1], c(a[0], t, 49), (7 * settings.score - 1700 - 49 * 42) / 36);
})}, 10);Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels