Profile

ほた

101051 posts 293 follows 2737 followers

が好きです。 といくつかのサーバと茜ちゃんの面倒を見ています。

https://mstdn.maud.io/@hota
ほた ほた reblogged at 8 years ago

alpaca-tc✅ alpaca_tc@pawoo.net

¥function say(a){var b=new SpeechSynthesisUtterance;return b.voice=voices[7],b.rate,b.volume=1,b.pitch=.1,b.lang="ja-JP",b.text=a,setTimeout(function(){speechSynthesis.speak(b)},0),b}function sayFirstStatus(){var a=$(".status-list").last(),b=$('[aria-labelledby="ローカルタイムライン"]');b.length>0&&(a=b),say(a.find(".status__content").text()).onend=function(){sayFirstStatus()}}var voices=window.speechSynthesis.getVoices(),localTimeline=$('[role="region"]').last();sayFirstStatus();