Created
December 18, 2014 21:38
-
-
Save lukes/06cc28853f5f7ccd15de to your computer and use it in GitHub Desktop.
<rant> to actual rant
This file contains hidden or 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
// <rant> to actual rant | |
// (requires modern browsers) | |
var rants = document.getElementsByTagName('rant'); | |
for (i=0;i<rants.length;i++) { | |
var rant = new SpeechSynthesisUtterance(rants[i].innerHTML); | |
window.speechSynthesis.speak(rant); | |
} |
Holy shit, that is amazing. I think I'm going to go make a chrome extension.......
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AHHHAHAHA