紬とウィスキー ~ウイスキーブログと着物生地のブログ~

愉しめるウィスキーや素敵な紬生地など中心にご紹介していきます! よろしくお願いいたします。

B.BREEZE[ビーブリーズ]

ウィスキー(740)DRAMLADラフ・コースト バッチ2 ホグスヘッド

ウィスキー名:DRAMLADラフ・コースト バッチ2 ホグスヘッド 店長セレクトセット 容量、度数:100㎖、46% 販売者:B.BREEZE[ビーブリーズ] 今日、ビーブリーズさんのDRAMLADラフ・コースト バッチ2 ホグスヘッドをご紹介いたします。ビーブリーズさんの量…

ウィスキー(739)トンプソンブラザーズ ブレンデッドモルト2016 5年

ウィスキー名:トンプソンブラザーズ ブレンデッドモルト2016 5年 店長セレクトセット 容量、度数:100㎖、46% 販売者:B.BREEZE[ビーブリーズ] 今日は、トンプソンブラザーズ ブレンデッドモルト2016 5年をご紹介いたします。ビーブリーズさんの量り売り…

/* * はてなブログに「音読する」ボタンを追加する ** 使い方 - 以下をコピーして デザイン編集 → カスタマイズ → フッタHTML に貼り付け ** 注意 - Web Speech API非対応のブラウザでは音読できません */ function speak (e) { speechSynthesis.cancel(); // Chromeで初回実行時にspeechSynthesis.pause()できない問題を解消するため、空文字で一度speechSynthesis.speak()しておく var empty_utter = new SpeechSynthesisUtterance(''); speechSynthesis.speak(empty_utter); var utter = new SpeechSynthesisUtterance(this.body); speechSynthesis.speak(utter); e.currentTarget.textContent = '停止する'; e.currentTarget.removeEventListener('click', this); e.currentTarget.addEventListener('click', pause); } function pause (e) { speechSynthesis.pause(); e.currentTarget.textContent = '再開する'; e.currentTarget.removeEventListener('click', pause); e.currentTarget.addEventListener('click', resume); } function resume (e) { speechSynthesis.resume(); e.currentTarget.textContent = '停止する'; e.currentTarget.removeEventListener('click', resume); e.currentTarget.addEventListener('click', pause); } (function () { if (!window.speechSynthesis) return; document.querySelectorAll('article.entry').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); var body = article.querySelector('.entry-content').textContent; button.addEventListener('click', { handleEvent: speak, body: body }); }); })(); Footer © 2022 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact GitHub Pricing API Training Blog About