Last active
February 4, 2022 10:22
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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