NPR Morning Edition Bookmarklet

I like to listen to NPR’s Morning Edition. I’d like a podcast, but there isn’t one available. You can listen to it online, but I find it annoying to have to navigate through the home page to get it. I found myself accessing the player by URL and changing the date. I decided to automate it. The bookmarklet code is here:

javascript:d= new Date();location.href=”http://www.npr.org/player/v2/mediaPlayer.html?action=1&t=3&islist=true&id=3&d=”+(d.getMonth()+1)+”-“+d.getDate()+”-“+d.getFullYear();

Drag the above link to your bookmark bar and then click it to take you today’s Morning Edition.

This entry was posted in Neat Tricks and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.