Skip to content

Instantly share code, notes, and snippets.

View ardouglass's full-sized avatar
⛏️
In the pixel mines

Andrew Douglass ardouglass

⛏️
In the pixel mines
View GitHub Profile
// Talking console
//
// Support: http://caniuse.com/#search=SpeechSynthesisUtterance
//
// Copy paste the code into dev console or
// use http://mrcoles.com/bookmarklet/ to create a bookmarklet.
/* ✂️ ......................................................................................... */
if(console.log.name !== 'talkLog') {
console.l = console.log;