Skip to content

Commit 3d82908

Browse files
committed
Remove TOS & Privacy Policy (Unused)
1 parent 7b59503 commit 3d82908

File tree

6 files changed

+2
-475
lines changed

6 files changed

+2
-475
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ const routes = [
136136
{ path: "/vk", file: "settings.html" },
137137
{ path: "/rx", file: "tabs.html" },
138138
{ path: "/", file: "index.html" },
139-
{ path: "/tos", file: "tos.html" },
140-
{ path: "/privacy", file: "privacy.html" },
141139
];
142140

143141
// biome-ignore lint/complexity/noForEach:

static/assets/js/home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if (
1414
const popup = open("about:blank", "_blank");
1515
if (!popup || popup.closed) {
1616
alert(
17-
"Please allow popups for this site. Doing so will allow us to open the site in a about:blank tab and preventing this site from showing up in your history. You can turn this off in the site settings.\n\nBy using Interstellar services, you confirm you have read and agreed to the terms listed in our Terms of Service and Privacy Policy, which can be found on the bottom of the settings page.",
17+
"Please allow popups for this site. Doing so will allow us to open the site in a about:blank tab and preventing this site from showing up in your history. You can turn this off in the site settings.",
1818
);
1919
} else {
2020
const doc = popup.document;

static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1 class="title">&#73;&#110;&#116;&#101;&#114;&#115;&#116;&#101;&#108;&#108;&#9
3232
</div>
3333
</div>
3434
<script src="assets/js/i.js?v=02"></script>
35-
<script src="/assets/js/home.js?v=26"></script>
35+
<script src="/assets/js/home.js?v=00"></script>
3636
<script src="./assets/ultra/bundle.js?v=10-02-2024"></script>
3737
<script src="./assets/ultra/config.js?v=10-02-2024"></script>
3838
<script src="assets/js/f.js"></script>

static/privacy.html

Lines changed: 0 additions & 80 deletions
This file was deleted.

static/settings.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,6 @@ <h3>Information</h3>
257257
>, or
258258
<a href="https://docs.gointerstellar.app/faq">check our FAQ</a>!
259259
</p>
260-
<p>
261-
By using Interstellar services, you confirm you have read and agreed
262-
to the terms listed in our
263-
<a href="/tos">Terms of Service and Privacy Policy</a>.
264-
</p>
265260
</div>
266261
</div>
267262
</div>

0 commit comments

Comments
 (0)