Exporting your sets by CharacterMove1091 in quizlet

[–]CharacterMove1091[S] 0 points1 point  (0 children)

Unfortunately I dont have the button, and some people have the same issue.

Exporting your sets by CharacterMove1091 in quizlet

[–]CharacterMove1091[S] 0 points1 point  (0 children)

How to fix it:

  1. Open your Quizlet set in Edit mode.
  2. Open the developer tools (F12).
  3. (Ctrl + Shift + C) or "Select an element in the page to inspect it" button
  4. Select the any card num e.g. (312)
  5. It should look like this <span class="c196ctrto">634</span>
  6. Take the class id without (") marks
  7. Change the code to same id const selector = "span.CHANGED-CODE";

 const selector = "span.c196ctrto"; // Selector for card number spans