Skip to content

Instantly share code, notes, and snippets.

View slaszt's full-sized avatar

SLaSZT slaszt

View GitHub Profile
@slaszt
slaszt / vocabExportBusuu.md
Created January 8, 2025 23:14 — forked from joeperpetua/vocabExportBusuu.md
Export / Extract Vocabulary from Busuu

Export / Extract Vocabulary from Busuu Website

Steps:

  • Go to Review page: https://www.busuu.com/dashboard#/review
  • Mute the tab or the PC (when obtaining the audio links, they will be played out loud)
  • Open browser console (Ctrl + Shift + J)
  • Copy/Paste and Run the following code in the browser console:
const vocabList = document.querySelectorAll(".vocab-list-row");
let vocabToExport = [];