Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
fixed quizlet gravity
Browse files Browse the repository at this point in the history
  • Loading branch information
goose committed Mar 30, 2023
1 parent 1e38d73 commit 6bf05bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/quizlet_gravity.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
reversed[matches[term]] = term;
}
setInterval(function () {
const asteroids = Array.from(

This comment has been minimized.

Copy link
@kyle12345wf

kyle12345wf Feb 23, 2024

gvvgvgh

document.getElementsByClassName("TermText notranslate lang-sv")
);
const asteroids = Array.from(document.querySelectorAll(".TermText"));
if (asteroids.length === 0) return;

asteroids.forEach((asteroid) => {
Expand Down

0 comments on commit 6bf05bd

Please sign in to comment.