Gong chaがペットボトルで販売してるということで、少し前にセブンで買っていたのですがこれまた、プライチだったので、
午後の紅茶をもらってきました
そうしたら、Gong chaもうお安くなってた
近所のセブン、新商品の陳列棚が少ないせいか、すぐに、どーんと籠盛りされてお安くなってる気が。
Gong cha、このまま飲むと、なんか物足りない?
タピオカやわらび餅入れるとすごくお店の味おすすめですよ
なんだかずーっとお天気悪くて、ジメジメ。
テンション下がるわと思ってたら、
美味しそうなアイスクリームが届きました〜
千疋屋さんのアイスクリームでした。
自分では買わないので嬉しいです
アイスクリーム食べてテンション上げましょ
*
* Again: this will **not** prevent inline script, e.g.:
* .
*
* This workaround is possible because Safari supports the non-standard 'beforeload' event.
* This allows us to trap the module and nomodule load.
*
* Note also that `nomodule` is supported in later versions of Safari - it's just 10.1 that
* omits this attribute.
* -->
*/
(function () {
const check = document.createElement('script');
if (!('noModule' in check) && 'onbeforeload' in check) {
let support = false;
document.addEventListener(
'beforeload',
(e) => {
if (e.target === check) {
support = true;
} else if (!e.target.hasAttribute('nomodule') || !support) {
return;
}
e.preventDefault();
},
true,
);
check.type = 'module';
const blob = URL.createObjectURL(
new window.Blob([], { type: 'text/javascript' }),
);
check.src = blob;
check.onload = () => {
URL.revokeObjectURL(blob);
};
document.head.appendChild(check);
check.remove();
}
})();