Idk I started getting the same titles in pdf and having those read by android devices... I have no connection with this company other than I found it in play store... http://www.hyperionics.com/atVoice/manual_contents.html?ver=14.0.8
Edit: meant to add I like having the pdf if there is a visual piece or just to mark whatever I have it with a off but not just an audio file
Integrate the native OS Text to Speech interface with an article extractor (like Readability Redux) and highlight the current phrase as it is being read. Basically, a focused reading mode. There is also an Android app that does this, for inspiration, just not a full browser plugin.
You could also make a "reddit" mode for reading out loud threads of conversation, skipping all the user info and buttons. I wrote a small JS to do that for me.
javascript:$("time, #sr-header-area, .footer-parent, #header, .morecomments, .userattrs, .tagline, .score, .flat-list, .side, .usertext-edit, .panestack-title, #siteTable, .menuarea, #header-bottom-left").remove(); $(".content").css("margin-right","300px"); $(".content").css("margin-left","200px");$(".sitetable").each(function(){if ($(this).parents(".child").length>2) { $(this).hide(); }})
This can be extended to Slashdot, yCombinator and other social sites that have interesting comment threads. Often the comments are more interesting than the article itself...