Skip to content

Instantly share code, notes, and snippets.

View gravitinos's full-sized avatar

Valentino Espinoza gravitinos

View GitHub Profile
@gravitinos
gravitinos / quizlet-to-csv.js
Created May 24, 2023 03:43 — forked from pigeonburger/quizlet-to-csv.js
Quizlet to CSV file
/*
Converts a Quizlet set to a CSV file and downloads it to your computer.
HOW TO USE:
1. Open your browser's console
2. Copy all the below code into it, and press enter.
3. The list will be saved to your downloads as a CSV file!
*/
const terms = document.getElementsByClassName('SetPageTerms-term');