/** * @author https://codepen.io/bookmarklets * @file

THIS ONE NEEDS WORK - QUIRKY!

Use the first button to get the JSON page,
the second button grabs the MP3 stream.
Grab an MP3 stream from any TuneIn station. * Original Source {@link https://cdpn.io/bookmarklets/fullpage/NobJbq#} */ javascript:(function(){var url = "";var r = false;try{url = TuneIn.payload.Program.broadcast.StreamUrl;r = confirm("Station JSON URL successfully retrieved. Opening now.");if(r) {window.open(url);}}catch(e) {try {url = TuneIn.payload.Program.broadcast.StreamUrl;r = confirm("Station JSON URL successfully retrieved. Opening now.");if(r) {window.open(url);}}catch(ee) {alert("No TuneIn Station Detected");}}})()