-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathterms.html
More file actions
204 lines (204 loc) · 13.3 KB
/
Copy pathterms.html
File metadata and controls
204 lines (204 loc) · 13.3 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Terms of Service | NoSuggest</title>
<meta name="description" content="NoSuggest is a free tool to follow YouTube channels and watch without recommendations or tracking. No sign-in required. Read our full terms of service."/>
<link rel="canonical" href="https://www.nosuggest.com/terms"/>
<!-- Open Graph -->
<meta property="og:title" content="Terms of Service | NoSuggest"/>
<meta property="og:description" content="NoSuggest is a free tool to follow YouTube channels and watch without recommendations or tracking. No sign-in required. Read our full terms of service."/>
<meta property="og:url" content="https://www.nosuggest.com/terms"/>
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="NoSuggest"/>
<meta property="og:image" content="https://www.nosuggest.com/og-image.png"/>
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="Terms of Service | NoSuggest"/>
<meta name="twitter:description" content="NoSuggest is a free tool to follow YouTube channels and watch without recommendations or tracking. No sign-in required. Read our full terms of service."/>
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='80' fill='%230a0a0a'/%3E%3Crect x='130' y='148' width='58' height='216' rx='12' fill='%23e8ff5a'/%3E%3Crect x='324' y='148' width='58' height='216' rx='12' fill='%23e8ff5a'/%3E%3Cpolygon points='130,148 188,148 382,364 324,364' fill='%23e8ff5a'/%3E%3C/svg%3E" type="image/svg+xml"/>
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Fraunces:ital,wght@0,600;0,800;1,600&family=DM+Mono:wght@400;500&display=swap"/>
<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{
--bg:#0a0a0a;
--bg2:#111111;
--bg3:#1a1a1a;
--border:rgba(255,255,255,0.08);
--border2:rgba(255,255,255,0.15);
--text:#f0f0ee;
--muted:#888884;
--faint:#444442;
--accent:#e8ff5a;
--accent2:#ff6b35;
--yes:#4ade80;
--no:#ff4444;
--partial:#f59e0b;
}
html{scroll-behavior:smooth;}
body{background:var(--bg);color:var(--text);font-family:'Outfit',sans-serif;-webkit-font-smoothing:antialiased;line-height:1.6;}
/* ── NAV ── */
nav{position:sticky;top:0;z-index:100;background:rgba(10,10,10,0.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:0 1.5rem;}
.nav-inner{max-width:1100px;margin:0 auto;height:56px;display:flex;align-items:center;justify-content:space-between;}
.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;}
.nav-logo svg{width:28px;height:28px;}
.nav-logo span{font-family:'Fraunces',serif;font-size:1.1rem;font-weight:800;color:var(--text);letter-spacing:-0.02em;}
.nav-cta{background:var(--accent);color:#0a0a0a;font-size:13px;font-weight:700;padding:7px 16px;border-radius:8px;text-decoration:none;letter-spacing:0.02em;transition:opacity 0.15s;}
.nav-cta:hover{opacity:0.85;}
/* ── PAGE HERO ── */
.page-hero{padding:4rem 1.5rem 2.5rem;max-width:760px;margin:0 auto;}
.section-label{font-size:11px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--accent);margin-bottom:0.75rem;}
.page-hero h1{font-family:'Fraunces',serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.1;letter-spacing:-0.03em;margin-bottom:0.6rem;}
.last-updated{font-size:13px;color:var(--muted);margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border);}
/* ── CONTENT ── */
.content-wrap{max-width:760px;margin:0 auto;padding:0 1.5rem 4rem;}
.intro-box{background:rgba(232,255,90,0.04);border:1px solid rgba(232,255,90,0.15);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:2.5rem;font-size:14px;color:var(--muted);line-height:1.7;}
.intro-box strong{color:var(--text);}
h2{font-family:'Fraunces',serif;font-size:1.3rem;font-weight:800;margin-top:2.5rem;margin-bottom:0.75rem;color:var(--text);letter-spacing:-0.01em;}
p{color:var(--muted);margin-bottom:1rem;font-size:15px;line-height:1.7;}
ul{color:var(--muted);font-size:15px;padding-left:1.5rem;margin-bottom:1rem;}
ul li{margin-bottom:0.5rem;line-height:1.7;}
strong{color:var(--text);}
.highlight-box{background:var(--bg2);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem;margin:1.5rem 0;}
.highlight-box p{margin-bottom:0;}
a{color:var(--accent);text-decoration:none;}
a:hover{text-decoration:underline;}
.contact-card{background:var(--bg2);border:1px solid var(--border);border-radius:24px;padding:2.5rem 2rem;margin-top:3rem;text-align:center;}
.contact-card h3{font-family:'Fraunces',serif;font-size:1.2rem;font-weight:800;margin-bottom:0.5rem;color:var(--text);}
.contact-card p{margin-bottom:0;font-size:14px;}
/* ── DIVIDER ── */
.divider{border:none;border-top:1px solid var(--border);max-width:1100px;margin:0 auto;}
/* ── FOOTER ── */
footer{border-top:1px solid var(--border);padding:3rem 1.5rem 2rem;}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;max-width:1100px;margin:0 auto;text-align:left;padding-bottom:2.5rem;}
.footer-col-title{font-size:11px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--accent);margin-bottom:0.9rem;}
.footer-col a{display:block;font-size:13px;color:var(--muted);text-decoration:none;margin-bottom:0.65rem;transition:color 0.15s;}
.footer-col a:hover{color:var(--accent);}
.footer-bottom{max-width:1100px;margin:0 auto;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center;}
.footer-bottom p{font-size:13px;color:var(--faint);}
@media(max-width:640px){
.page-hero{padding:3rem 1.25rem 2rem;}
.content-wrap{padding:0 1.25rem 3rem;}
}
</style>
</head>
<body>
<!-- NAV -->
<nav>
<div class="nav-inner">
<a class="nav-logo" href="https://www.nosuggest.com">
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect width="512" height="512" rx="80" fill="#0a0a0a"/>
<rect x="130" y="148" width="58" height="216" rx="12" fill="#e8ff5a"/>
<rect x="324" y="148" width="58" height="216" rx="12" fill="#e8ff5a"/>
<polygon points="130,148 188,148 382,364 324,364" fill="#e8ff5a"/>
</svg>
<span>NoSuggest</span>
</a>
<a class="nav-cta" href="https://www.nosuggest.com">Open NoSuggest →</a>
</div>
</nav>
<!-- PAGE HERO -->
<div class="page-hero">
<div class="section-label">Legal</div>
<h1>Terms of Service</h1>
<div class="last-updated">Last updated: 21 May 2026</div>
</div>
<!-- CONTENT -->
<div class="content-wrap">
<div class="intro-box">
<strong>Short version:</strong> NoSuggest is a free tool to follow YouTube channels, search for videos,
save videos to watch later, and watch them without recommendations or tracking.
No sign-in required. No accounts. We will never notify you, autoplay videos, or suggest what to watch next.
Come with intention, watch what you chose, leave when you are done.
Use it fairly and in accordance with YouTube's own terms. We provide it as-is, free of charge,
with no warranties.
</div>
<h2>1. Acceptance of Terms</h2>
<p>By accessing or using NoSuggest at <a href="https://nosuggest.com/">nosuggest.com</a>, you agree to be bound by these Terms of Service. If you do not agree, please do not use the app.</p>
<h2>2. What NoSuggest Is</h2>
<p>NoSuggest is a free web application that allows you to follow YouTube channels, search for videos, save videos to watch later, and watch them without algorithmic recommendations or behavioural tracking. NoSuggest will never send notifications, autoplay videos, or suggest what to watch next.</p>
<p>NoSuggest is not affiliated with, endorsed by, or connected to YouTube or Google in any way. It is supported entirely by voluntary contributions from users who find it valuable.</p>
<div class="highlight-box">
<p>NoSuggest is a <strong>viewer interface only</strong>. All video content is hosted by YouTube and subject to YouTube's own terms and copyright. NoSuggest does not host, store, download, or redistribute any video content.</p>
</div>
<h2>3. How NoSuggest Accesses YouTube Data</h2>
<p>NoSuggest accesses publicly available YouTube information, retrieving video titles, thumbnails, and channel uploads.</p>
<p>By using NoSuggest, you agree not to use the app in ways that violate YouTube's Terms of Service or Google's policies:</p>
<ul>
<li><a href="https://www.youtube.com/t/terms" target="_blank">YouTube Terms of Service</a></li>
<li><a href="https://policies.google.com/privacy" target="_blank">Google Privacy Policy</a></li>
</ul>
<h2>4. Acceptable Use</h2>
<p>You agree not to use NoSuggest to:</p>
<ul>
<li>Violate any applicable laws or regulations</li>
<li>Infringe on the intellectual property rights of YouTube, Google, or any content creator</li>
<li>Attempt to download, or redistribute YouTube video content</li>
<li>Use the save feature to catalogue or distribute videos in a way that violates YouTube's Terms of Service or applicable copyright law</li>
<li>Attempt to abuse, overload, or interfere with the NoSuggest service</li>
<li>Reverse engineer, rebrand, or redistribute the app for commercial purposes without explicit permission from the developer</li>
</ul>
<h2>5. Intellectual Property</h2>
<p>All YouTube video content displayed through NoSuggest remains the property of the respective content creators and is subject to copyright law. NoSuggest does not claim any ownership over any YouTube content.</p>
<p>The NoSuggest application code is open source. The NoSuggest name and branding are owned by the developer.</p>
<h2>6. Disclaimer of Warranties</h2>
<p>NoSuggest is provided <strong>"as is"</strong> without warranties of any kind, either express or implied. We do not warrant that:</p>
<ul>
<li>The service will be uninterrupted or error-free</li>
<li>The service will continue to be available, as it depends on YouTube's platform remaining accessible</li>
<li>Any bugs or errors will be corrected</li>
<li>Video availability, titles, or thumbnails will be accurate at all times, as this data is sourced from YouTube</li>
</ul>
<h2>7. Limitation of Liability</h2>
<p>To the fullest extent permitted by law, NoSuggest and its developers shall not be liable for any indirect, incidental, special, or consequential damages arising from your use of the app, including but not limited to loss of data or interruption of service.</p>
<h2>8. Service Availability</h2>
<p>NoSuggest is a free service provided at our discretion. We reserve the right to modify, suspend, or discontinue the service at any time without notice. We are not liable to you or any third party for any such modifications or discontinuation.</p>
<p>Because NoSuggest relies on publicly available YouTube data, service availability may be affected by changes YouTube makes to its platform at any time and without notice to us.</p>
<h2>9. Changes to These Terms</h2>
<p>We may update these Terms of Service from time to time. Continued use of NoSuggest after changes are posted constitutes your acceptance of the revised terms. We will update the "Last updated" date at the top of this page.</p>
<h2>10. Governing Law</h2>
<p>These terms are governed by the laws of Australia. Any disputes shall be subject to the exclusive jurisdiction of the courts of Australia.</p>
<h2>11. Contact</h2>
<div class="contact-card">
<h3>Questions about these terms?</h3>
<p>Reach out via GitHub Issues at<br/>
<a href="https://nosuggest.com/contact" target="_blank">nosuggest.com/contact</a></p>
</div>
</div>
<hr class="divider"/>
<!-- FOOTER -->
<footer>
<div class="footer-grid">
<div class="footer-col">
<div class="footer-col-title">Guides</div>
<a href="https://www.nosuggest.com/compare">How NoSuggest Compares</a>
<a href="https://www.nosuggest.com/kids-mode">How to Set Up Kids Mode</a>
<a href="https://www.nosuggest.com/classroom">Use NoSuggest in the Classroom</a>
<a href="https://www.nosuggest.com/creators">For Creators & Influencers</a>
</div>
<div class="footer-col">
<div class="footer-col-title">Statements</div>
<a href="https://www.nosuggest.com/accessibility">Accessibility</a>
<a href="https://www.nosuggest.com/privacy">Privacy</a>
<a href="https://www.nosuggest.com/terms">Terms</a>
</div>
<div class="footer-col">
<div class="footer-col-title">Get in Touch</div>
<a href="https://www.nosuggest.com/contact">Contact</a>
<a href="https://www.linkedin.com/company/nosuggest" target="_blank" rel="noopener">LinkedIn</a>
<a href="https://mastodon.social/@varun_m" target="_blank" rel="noopener me">Mastodon</a>
<a href="https://bsky.app/profile/nosuggest.com" target="_blank" rel="noopener">Bluesky</a>
<a href="https://github.com/No-Suggest/NoSuggest" target="_blank" rel="noopener">Star on GitHub</a>
<a href="https://donate.stripe.com/14A9AS1zneyudtH0eYak000" target="_blank" rel="noopener">Support NoSuggest</a>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 NoSuggest. A quiet act of resistance.</p>
</div>
</footer>
</body>
</html>