What inspired me was Audio News for Android. Please read the Google play description (https://play.google.com/store/apps/details?id=com.mobijewels.audionews.lite&hl=pt_PT) for more details about what inspires me to do this function :)
To run, you just need to paste this 3 lines in the Google Chrome console (load underscode, jQuery and my function):
var script = document.createElement('script');script.type = 'text/javascript';script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js';document.head.appendChild(script); var script = document.createElement('script');script.type = 'text/javascript';script.src = 'http://underscorejs.org/underscore-min.js';document.head.appendChild(script); var script = document.createElement('script');script.type = 'text/javascript';script.src = 'http://www.mobijewels.com/experimentals/htmlplayer/extractor.js';document.head.appendChild(script);
Built With
- brain
- jquery
- underscorejs

Log in or sign up for Devpost to join the conversation.