chore(index.html): update tutorial, better titling

This commit is contained in:
Rim 2025-03-31 00:54:38 -04:00
parent 1997aa4ec8
commit 898420dacf

View File

@ -38,6 +38,13 @@
<body>
<div class="container">
<h1>Call of Duty Stats Tracker</h1>
<div align="center">
<p class="small-text">
The #1 open-source Call of Duty Statistic Tracker since cod.tracker.gg shutdown!
<br>
New? View some <a href="https://placeholder" target="_blank">examples</a>
</p>
</div>
<div class="tabs">
<div class="tab active" data-tab="stats">Player Stats</div>
@ -170,13 +177,30 @@
<div id="tutorial" class="tutorial">
<h2>Authentication Setup</h2>
<h3>Obtaining your ACT_SSO_COOKIE</h3>
<h3>Obtaining Your SSO Token</h3>
<ol>
<li>Log in to <a href="https://profile.callofduty.com" target="_blank">Call of Duty</a></li>
<li>Open developer tools (F12)</li>
<li>Navigate to: Application → Storage → Cookies → https://www.callofduty.com/</li>
<li>Copy the value of <i>ACT_SSO_COOKIE</i></li>
<li>Paste this value into <i>SSO Token</i></li>
<li>Open developer tools (F12 or right-click → Inspect)</li>
<li>
Navigate to: <b>Application</b><b>Storage</b>
<b>Cookies</b><b>https://profile.callofduty.com</b>
</li>
<li>Copy the value of <code>ACT_SSO_COOKIE</code></li>
<li>Paste this value into SSO Token</li>
</ol>
<h3>Changing Account API Privacy Settings</h3>
<ol>
<li>Log in to <a href="https://profile.callofduty.com" target="_blank">Call of Duty</a></li>
<li>Navigate to the <b>Privacy & Security</b> tab</li>
<li>Scroll down to the <b>Game Data and Profile Privacy</b> section</li>
<li>
Set the following options to "<b>ALL</b>":
<ul>
<li><b>Game Tag Searchable</b></li>
<li><b>Game Play Data</b></li>
</ul>
</li>
</ol>
</div>
@ -226,14 +250,31 @@
<div id="tutorial" class="tutorial">
<h2>Authentication Setup</h2>
<h3>Obtaining your ACT_SSO_COOKIE</h3>
<h3>Obtaining Your SSO Token</h3>
<ol>
<li>Log in to <a href="https://profile.callofduty.com" target="_blank">Call of Duty</a></li>
<li>Open developer tools (F12)</li>
<li>Navigate to: Application → Storage → Cookies → https://www.callofduty.com/</li>
<li>Open developer tools (F12 or right-click → Inspect)</li>
<li>
Navigate to: <b>Application</b><b>Storage</b>
<b>Cookies</b><b>https://profile.callofduty.com</b>
</li>
<li>Copy the value of <code>ACT_SSO_COOKIE</code></li>
<li>Paste this value into SSO Token</li>
</ol>
<h3>Changing Account API Privacy Settings</h3>
<ol>
<li>Log in to <a href="https://profile.callofduty.com" target="_blank">Call of Duty</a></li>
<li>Navigate to the <b>Privacy & Security</b> tab</li>
<li>Scroll down to the <b>Game Data and Profile Privacy</b> section</li>
<li>
Set the following options to "<b>ALL</b>":
<ul>
<li><b>Game Tag Searchable</b></li>
<li><b>Game Play Data</b></li>
</ul>
</li>
</ol>
</div>
</div>
@ -274,14 +315,31 @@
<div id="tutorial" class="tutorial">
<h2>Authentication Setup</h2>
<h3>Obtaining your ACT_SSO_COOKIE</h3>
<h3>Obtaining Your SSO Token</h3>
<ol>
<li>Log in to <a href="https://profile.callofduty.com" target="_blank">Call of Duty</a></li>
<li>Open developer tools (F12)</li>
<li>Navigate to: Application → Storage → Cookies → https://www.callofduty.com/</li>
<li>Open developer tools (F12 or right-click → Inspect)</li>
<li>
Navigate to: <b>Application</b><b>Storage</b>
<b>Cookies</b><b>https://profile.callofduty.com</b>
</li>
<li>Copy the value of <code>ACT_SSO_COOKIE</code></li>
<li>Paste this value into SSO Token</li>
</ol>
<h3>Changing Account API Privacy Settings</h3>
<ol>
<li>Log in to <a href="https://profile.callofduty.com" target="_blank">Call of Duty</a></li>
<li>Navigate to the <b>Privacy & Security</b> tab</li>
<li>Scroll down to the <b>Game Data and Profile Privacy</b> section</li>
<li>
Set the following options to "<b>ALL</b>":
<ul>
<li><b>Game Tag Searchable</b></li>
<li><b>Game Play Data</b></li>
</ul>
</li>
</ol>
</div>
</div>
@ -315,14 +373,31 @@
<div id="tutorial" class="tutorial">
<h2>Authentication Setup</h2>
<h3>Obtaining your ACT_SSO_COOKIE</h3>
<h3>Obtaining Your SSO Token</h3>
<ol>
<li>Log in to <a href="https://profile.callofduty.com" target="_blank">Call of Duty</a></li>
<li>Open developer tools (F12)</li>
<li>Navigate to: Application → Storage → Cookies → https://www.callofduty.com/</li>
<li>Open developer tools (F12 or right-click → Inspect)</li>
<li>
Navigate to: <b>Application</b><b>Storage</b>
<b>Cookies</b><b>https://profile.callofduty.com</b>
</li>
<li>Copy the value of <code>ACT_SSO_COOKIE</code></li>
<li>Paste this value into SSO Token</li>
</ol>
<h3>Changing Account API Privacy Settings</h3>
<ol>
<li>Log in to <a href="https://profile.callofduty.com" target="_blank">Call of Duty</a></li>
<li>Navigate to the <b>Privacy & Security</b> tab</li>
<li>Scroll down to the <b>Game Data and Profile Privacy</b> section</li>
<li>
Set the following options to "<b>ALL</b>":
<ul>
<li><b>Game Tag Searchable</b></li>
<li><b>Game Play Data</b></li>
</ul>
</li>
</ol>
</div>
</div>