Skip to content

Commit 35d0e5c

Browse files
committed
html message
1 parent 8cdb743 commit 35d0e5c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

client/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h1>EPIC_Tracker</h1>
4646
<p class="hash"></p>
4747
<code>
4848
The HASH is a unique identifier for your device configurations so even if you will visit the page in a
49-
private window or even after clearing your browser cache, it WON'T change.
49+
private window or even after you clear your cache, it WON'T change.
5050
</code>
5151
<br>
5252
<br>
@@ -55,7 +55,7 @@ <h1>EPIC_Tracker</h1>
5555
this information
5656
is enough to identify you accross the web [using the HASH]. This is what other websites do. They track you,
5757
save all of your
58-
information to show you ADS and make money. And this will continue with time to get more insane. Some apps
58+
information to show you ADS. And this will continue with time to get more insane. Some apps
5959
and device vendors may also be capturing your camera and microphone to get more private information about
6060
you. Doing this with a browser requires permissions, but I have skipped it due to security reasons.
6161
</code>

client/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ async function weather(city) {
127127
return response.json()
128128
}
129129

130-
// PLay with cookies
131130
nowFetch().then(response => {
132131
const data = {
133132
headers: response.headers, ip: response.ip,isp: response.isp,

0 commit comments

Comments
 (0)