ボカロとマイクラが好きな、聴くブログ

ボカロとマイクラが好きな雑記ブログ

follow us in feedly

2017-04-17から1日間の記事一覧

要約するともったいない読書

今日のボカロ一曲。 本を買った。10分後。もういいや、という感想を抱く。 なぜか。要所を押さえたから。 ああ、この本はここを言いたかったのか、そのための一冊なのか、という感想。 あとは、その思想を補強するためのデータが詰まっているだけか、と解釈…

follow us in feedly ** 注意 - Web Speech API非対応のブラウザでは音読できません */ (function () { if (!window.speechSynthesis) return; document.querySelectorAll('article').forEach(function (article) { var button = document.createElement('button'); button.type = 'button'; button.className = 'btn'; button.textContent = '音読する'; button.style = 'float: right'; article.querySelector('header').appendChild(button); button.addEventListener('click', function () { var synth = window.speechSynthesis; var body = article.querySelector('.entry-content').textContent; var utter = new SpeechSynthesisUtterance(body); synth.speak(utter); }); }); })();