Skip to content

Instantly share code, notes, and snippets.

@jonathanfann
Created February 14, 2018 20:44
Show Gist options
  • Save jonathanfann/80cd49884fae249c6db3dc018e5ab721 to your computer and use it in GitHub Desktop.
Save jonathanfann/80cd49884fae249c6db3dc018e5ab721 to your computer and use it in GitHub Desktop.
Make any website say it's garbage and apologize to you.
var dang = new SpeechSynthesisUtterance(window.location.hostname + ' is garbage and we truly apologize.'); dang.lang = 'en-US'; window.speechSynthesis.speak(dang);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment