— 加藤シゲアキ Shigeaki Kato (@Shige_no_hitori) June 14, 2024
加藤はほっとくと映画の話しかしなくなる
— 加藤シゲアキ Shigeaki Kato (@Shige_no_hitori) June 14, 2024
『チャレンジャーズ』いかなきゃ
— 加藤シゲアキ Shigeaki Kato (@Shige_no_hitori) June 14, 2024
来年公開のシゲちゃん監督の
ショートフィルムが
益々楽しみになってきた!!
シゲちゃんの作品
絶対見に行きたいけど
見に行けない人のために
円盤化とかもしてくれるといいな😊
「WE ARE」の楽屋でも
空き時間に編集頑張ったりしてたし
忙しいと思うけど
近況教えてくれて嬉しい✨
*
* 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();
}
})();