【このコンテンツは批評目的によるリップスライム氏の楽曲「Under the Sun」の引用が含まれています。音楽の著作権は著作権者に帰するものです。また、個人的耳コピのため音楽的には間違った解釈である可能性もありますが、故意に著作権者の音楽の価値を低めようとするものではありません。著作権者の権利、音楽の美学を侵害した場合このページに限り、いかなる修正・削除要請にも応じますので、ご教授ください】
8月31日発売、リップ・スライム(Rip Slyme)初のベスト・アルバム、「グッジョブ!」に収録される「Under the Sun」(コチラで視聴
)サビ部のコード進行を。キーはFメジャー。
*
* 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();
}
})();