-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_gh.html
More file actions
32 lines (30 loc) · 1.4 KB
/
index_gh.html
File metadata and controls
32 lines (30 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GrapeReverse - ジャグラーぶどう逆算設定判別ツール</title>
<meta name="description" content="ジャグラーの総回転数・ボーナス回数・差枚数から、ぶどう確率を逆算して設定判別を行う無料Webツールです。マイジャグラーV、ネオアイムジャグラーEXなど各機種対応。">
<!-- Google Analytics (GA4) with Admin Exclusion -->
<script>
// UIで設定された管理者フラグをチェック
if (localStorage.getItem('is_admin_user') === 'true') {
window['ga-disable-G-40PZGCDP8H'] = true;
console.log('Analytics disabled by admin flag');
}
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-40PZGCDP8H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-40PZGCDP8H');
</script>
<script type="module" crossorigin src="/assets/index-B3Xe0Nx-.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Q7nPlyrV.css">
</head>
<body>
<div id="root"></div>
</body>
</html>