if you want to backup your top songs of {current_year}, here's a simple way of doing it :
- open your browser
- go to your top songs spotify playlist
- open the console
- copy the following code, paste it into the console and hit Enter
var songs = [];
document.querySelectorAll('div.tracklist-name').forEach((song) => {