magic tts code for console

var msg = new SpeechSynthesisUtterance('Hello World'); window.speechSynthesis.speak(msg); https://developers.google.com/web/updates/2014/01/Web-apps-that-talk-Introduction-to-the-Speech-Synthesis-API

0 Comments

Decode a famous website

Many news medien encode their paid text, but some of them has very simple encode mechanism. :D I wrote the following code to decode a famous webseite.  Just copy following…

0 Comments