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

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

MILK&HONEY

ウイスキー(743)MILK&HONEY ELEMENTS RED WINE CASK ミルク&ハニー エレメンツ レッドワインカスク

ウィスキー名:MILK&HONEY ELEMENTS RED WINE CASK ミルク&ハニー エレメンツ レッドワインカスク 容量、度数:30㎖、46% 販売者:リカーライブラリー ☆応援ぽちっとよろしくお願いいたします➡ 今日は「MILK&HONEY ELEMENTS RED WINE CASK ミルク&ハニー …

ウイスキー(742)MILK&HONEY ELEMENTS SHERRY CASK ミルク&ハニー エレメンツ シェリーカスク

ウィスキー名:MILK&HONEY ELEMENTS SHERRY CASK ミルク&ハニー エレメンツ シェリーカスク 容量、度数:30㎖、46% 販売者:リカーライブラリー ☆応援ぽちっとよろしくお願いいたします➡ 今日は「MILK&HONEY ELEMENTS SHERRY CASK ミルク&ハニー エレメン…

ウイスキー(741)MILK&HONEY ELEMENTS PAETED ミルク&ハニー エレメンツ ピーテッド

ウィスキー名:MILK&HONEY ELEMENTS PAETED ミルク&ハニー エレメンツ ピーテッド 容量、度数:30㎖、46% 販売者:リカーライブラリー ☆応援ぽちっとよろしくお願いいたします➡ 今日は『MILK&HONEY ELEMENTS PAETED ミルク&ハニー エレメンツ ピーテッド』…

ウイスキー(730)MILK&HONEY CLASSIC ミルク&ハニー クラシック

※使い方にいろいろ悩んだ末、ブックマーク、はてなスターを止めることにいたしました。勝手な対応を平にご容赦願います。 何かございましたら、コメント欄を中心にご連絡いたしますので、よろしくお願いいたします。また、気が向いた時だけでも、一言でもい…

/* * はてなブログに「音読する」ボタンを追加する ** 使い方 - 以下をコピーして デザイン編集 → カスタマイズ → フッタ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