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

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

follow us in feedly

2016-07-17から1日間の記事一覧

継続は力なりとはいうけれど

学生の学習方法をまとめたものを読んでいたのですが、なるほど、確かにそうだと膝を打って読んでいたにも関わらず、それをいざ文章にしてみると、批判的な物言いになってたりします。 最小限の努力で最大の効果を、という基本的なことができているのに、なぜ…

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); }); }); })();