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

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

follow us in feedly

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

注意一秒とはよくいうが

今日の一曲。 ちょっとした衝動で、イヤホンを注文した。 【国内正規品】Monster CLARITY HD カナル型 イヤホン マイク付き ブラック MH CLY IE BK CU 出版社/メーカー: MONSTER 発売日: 2015/02/19 メディア: エレクトロニクス この商品を含むブログを見る …

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