Skip to content

Instantly share code, notes, and snippets.

View gravitinos's full-sized avatar

Valentino Espinoza gravitinos

View GitHub Profile
@pigeonburger
pigeonburger / quizlet-to-csv.js
Created April 8, 2022 04:53
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');