Skip to content

Instantly share code, notes, and snippets.

@fkmhrk
Created March 18, 2020 04:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fkmhrk/4a3585e14520e6e90b1e34f7dc915ce2 to your computer and use it in GitHub Desktop.
Save fkmhrk/4a3585e14520e6e90b1e34f7dc915ce2 to your computer and use it in GitHub Desktop.
isKagawa()
// 本スクリプトのご利用は自己責任でお願いします。
// もし本スクリプトの利用により損害等が発生したとき、著者は責任をおいかねます。
const isKagawa = () => {
if (window.confirm('本サービスはゲーム要素を含んでいます。あなたは香川県民ですか?')) {
window.location.href = '< replace here >';
return;
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment