Skip to content

Instantly share code, notes, and snippets.

@coinables
Created February 25, 2020 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coinables/97d8406c7044d0263257240116c2753f to your computer and use it in GitHub Desktop.
Save coinables/97d8406c7044d0263257240116c2753f to your computer and use it in GitHub Desktop.
its a secret to everybody
var s = window.speechSynthesis;
var enc = "Yml0Y29pbiBpcyB0aGUgYmVzdA==";
var u = new SpeechSynthesisUtterance(atob(enc));
s.speak(u);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment