Skip to content

Instantly share code, notes, and snippets.

@notnian
Last active February 4, 2022 10:22
Show Gist options
  • Save notnian/fe43c81593b605b10dd86b9f2e647525 to your computer and use it in GitHub Desktop.
Save notnian/fe43c81593b605b10dd86b9f2e647525 to your computer and use it in GitHub Desktop.
Ligne javascript pour télécharger un album complet sur 33rap d'un coup
// Line to paste in the javascript console of the browser to download a complete album on the site wvv.33rapfr.com
$(".map-download").toArray().forEach((e) => e.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment