Skip to content

Instantly share code, notes, and snippets.

@jaredhirsch
Created October 30, 2013 20:32
Show Gist options
  • Select an option

  • Save jaredhirsch/7239724 to your computer and use it in GitHub Desktop.

Select an option

Save jaredhirsch/7239724 to your computer and use it in GitHub Desktop.
MEATSONG BOOKMARKLET
//text-to-speech for your meatspaces
//
// instructions.
// 1. create a bookmarklet with the following contents:
javascript:(function(){document.body.appendChild(document.createElement('script')).src='https://rawgithub.com/6a68/6a68.github.com/meatsong/src/meatsong.js';})();
// 2. load chat.meatspac.es
// 3. when the page settles, click your button and behold roboty delight.
@jaredhirsch
Copy link
Copy Markdown
Author

for future reference, I updated this and moved it to http://meatvox.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment