Created
February 14, 2018 20:44
-
-
Save jonathanfann/80cd49884fae249c6db3dc018e5ab721 to your computer and use it in GitHub Desktop.
Make any website say it's garbage and apologize to you.
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
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