Creates a list of Deezer playlist URLs then prints each of them to console on a new line without quotes. Can easily copy/paste the result into a text file.
- A browser with developer tools console.
- Chrome works.
- Firefox works.
- Edge works.
- Safari works, but I don't know an easy way to copy the result from console.
- IE does NOT work.
- Navigate to your Deezer account's playlist page (example: https://www.deezer.com/us/profile/2289853948/playlists).
- Right-click on page.
- Select
Inspect
orInspect Element
.- Select the
Console
tab.- Scroll all the way to the bottom of the Deezer playlist page so all the playlist elements load.
- Copy the code from
app.js
.- Paste the code into console and run.
- Simply click the
Copy
button that shows up in the console after running the code.
- Right-click anywhere on the list of links and select
Copy object
.
- Open issue describing the fix or improvement
- Start Pull request, referencing the issue
- Wait for approval or disapproval