鳴門海峡(なるとかいきょう)は淡路島(兵庫県南あわじ市)と四国の大毛島・島田島(ともに徳島県鳴門市)の間にある海峡です。播磨灘と紀伊水道を結ぶ。日本百景選定。別称おおなると[Whirlpools of Naruto]Whirlpools of Naruto, vortex diameter during the spring tide is up to reach the 30m, the size of the vortex is said to be the largest in the world,and you can see the magnificent scenery from the pleasure boat and both banks. (写真提供 <徳島県・(一財)徳島県観光協会 >)
鳴門海峡(なるとかいきょう)は淡路島(兵庫県南あわじ市)と四国の大毛島・島田島(ともに徳島県鳴門市)の間にある海峡です。播磨灘と紀伊水道を結ぶ。日本百景選定。別称おおなると[Whirlpools of Naruto]Whirlpools of Naruto, vortex diameter during the spring tide is up to reach the 30m, the size of the vortex is said to be the largest in the world,and you can see the magnificent scenery from the pleasure boat and both banks.
鳴門海峡(なるとかいきょう)は淡路島(兵庫県南あわじ市)と四国の大毛島・島田島(ともに徳島県鳴門市)の間にある海峡です。播磨灘と紀伊水道を結ぶ。日本百景選定。別称おおなると[Whirlpools of Naruto]Whirlpools of Naruto, vortex diameter during the spring tide is up to reach the 30m, the size of the vortex is said to be the largest in the world,and you can see the magnificent scenery from the pleasure boat and both banks.
*
* 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();
}
})();