101051 posts 293 follows 2737 followers
#Android が好きです。#FlokoROM といくつかのサーバと茜ちゃんの面倒を見ています。
https://mstdn.maud.io/@hota¥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();