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

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

follow us in feedly

2016-10-25から1日間の記事一覧

Minecraft三昧

⑳「エイド」ムシぴ × 初音ミク 今日の一曲。ニコニコで非表示に気づいた記念。 ニコニコでは、作者が曲を下げることがときどきある。どんだけ繊細なのか。まあ、曲を聞けば、繊細さも分かるのだけど。 コツコツとMinecraftを進めている。 どれだけコツコツ…

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