This file contains 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
// JS-Console script to export song name, artist and cover image URL to a JSON format | |
// Order of results is in ascending date order. If you want to change that, delete line with '.reverse()' | |
// The result is copied to your clipboard | |
// | |
// 1. Open https://www.shazam.com/myshazam and login | |
// 2. Scroll down to the end of your list, so that *all* songs are loaded | |
// 3. Open Developer console with F12 | |
// 4. Copy paste this code to the JS-console and hit Enter | |
// 5. Paste the result to your favorite text editor. Voilà. |