-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstudy.html
More file actions
478 lines (478 loc) · 27.7 KB
/
Copy pathstudy.html
File metadata and controls
478 lines (478 loc) · 27.7 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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>NoSuggest for Students — Focus on YouTube Lectures</title>
<meta name="description" content="Studying for JEE, NEET, or UPSC? NoSuggest shows only the lecture channels you added — no recommendations, no autoplay, no Shorts. Free, no account needed."/>
<link rel="canonical" href="https://www.nosuggest.com/study"/>
<!-- Open Graph -->
<meta property="og:title" content="NoSuggest for Students — Focus on YouTube Lectures"/>
<meta property="og:description" content="Studying for JEE, NEET, or UPSC? NoSuggest shows only the lecture channels you added — no recommendations, no autoplay, no Shorts. Free, no account needed."/>
<meta property="og:url" content="https://www.nosuggest.com/study"/>
<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"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="NoSuggest for Students — Focus on YouTube Lectures"/>
<meta name="twitter:description" content="Studying for JEE, NEET, or UPSC? NoSuggest shows only the lecture channels you added — no recommendations, no autoplay, no Shorts. Free, no account needed."/>
<meta name="twitter:image" content="https://www.nosuggest.com/og-image.png"/>
<link rel="icon" href="/favicon.ico" sizes="any"/>
<link rel="icon" href="/favicon-32.png" type="image/png" sizes="32x32"/>
<link rel="icon" href="/favicon-16.png" type="image/png" sizes="16x16"/>
<link rel="apple-touch-icon" href="/favicon-180.png"/>
<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;scrollbar-width:none;}
html::-webkit-scrollbar{display:none;}
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;}
/* ── HERO ── */
.hero{padding:5rem 1.5rem 3rem;text-align:center;max-width:760px;margin:0 auto;}
.hero-eyebrow{display:inline-flex;align-items:center;gap:6px;background:rgba(232,255,90,0.08);border:1px solid rgba(232,255,90,0.2);border-radius:99px;padding:4px 14px;font-size:11px;font-weight:600;color:var(--accent);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:1.5rem;}
.hero h1{font-family:'Fraunces',serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-0.03em;margin-bottom:1.25rem;}
.hero h1 em{font-style:italic;color:var(--accent);}
.hero p{font-size:clamp(1rem,2vw,1.15rem);color:var(--muted);max-width:560px;margin:0 auto 2rem;line-height:1.7;}
.hero-cta{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:#0a0a0a;font-weight:700;font-size:15px;padding:12px 28px;border-radius:12px;text-decoration:none;transition:opacity 0.15s;}
.hero-cta:hover{opacity:0.88;}
/* ── SECTION ── */
.section{padding:4rem 1.5rem;max-width:1100px;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;}
.section-title{font-family:'Fraunces',serif;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;letter-spacing:-0.02em;margin-bottom:1rem;line-height:1.2;}
.section-sub{color:var(--muted);font-size:1rem;max-width:640px;line-height:1.7;margin-bottom:2.5rem;}
/* ── FEATURE CARDS ── */
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:2rem;}
.feature-card{background:var(--bg2);border:1px solid var(--border);border-radius:16px;padding:1.5rem;}
.feature-card-icon{width:40px;height:40px;background:rgba(232,255,90,0.08);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;}
.feature-card-icon svg{width:20px;height:20px;color:var(--accent);}
.feature-card h3{font-size:15px;font-weight:600;margin-bottom:0.4rem;}
.feature-card p{font-size:13px;color:var(--muted);line-height:1.6;}
/* ── COMPARISON TABLE ── */
.table-wrap{overflow-x:auto;border-radius:16px;border:1px solid var(--border);scrollbar-width:thin;scrollbar-color:var(--accent) var(--bg2);}
.table-wrap::-webkit-scrollbar{height:8px;}
.table-wrap::-webkit-scrollbar-track{background:var(--bg2);}
.table-wrap::-webkit-scrollbar-thumb{background:rgba(232,255,90,0.35);border-radius:99px;}
.table-wrap::-webkit-scrollbar-thumb:hover{background:rgba(232,255,90,0.55);}
table{width:100%;border-collapse:collapse;min-width:580px;}
thead tr{background:var(--bg2);}
th{padding:1rem 1.25rem;text-align:left;font-size:12px;font-weight:600;letter-spacing:0.05em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border);white-space:nowrap;}
th:first-child{color:var(--text);}
th.ns-col{color:var(--accent);background:rgba(232,255,90,0.04);}
td{padding:0.9rem 1.25rem;font-size:14px;border-bottom:1px solid var(--border);vertical-align:middle;}
td:first-child{font-weight:500;color:var(--text);font-size:13px;}
td.ns-col{background:rgba(232,255,90,0.03);}
tr:last-child td{border-bottom:none;}
tr:hover td{background:rgba(255,255,255,0.02);}
tr:hover td.ns-col{background:rgba(232,255,90,0.05);}
.badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;padding:3px 10px;border-radius:99px;white-space:nowrap;}
.badge-yes{background:rgba(74,222,128,0.12);color:var(--yes);}
.badge-no{background:rgba(255,68,68,0.12);color:var(--no);}
/* ── FAQ ── */
.faq-list{display:flex;flex-direction:column;gap:1px;border:1px solid var(--border);border-radius:16px;overflow:hidden;}
.faq-item{background:var(--bg2);}
.faq-question{width:100%;background:none;border:none;color:var(--text);font-family:'Outfit',sans-serif;font-size:15px;font-weight:500;padding:1.25rem 1.5rem;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:background 0.15s;}
.faq-question:hover{background:var(--bg3);}
.faq-question svg{flex-shrink:0;width:16px;height:16px;color:var(--muted);transition:transform 0.25s;}
.faq-item.open .faq-question svg{transform:rotate(180deg);}
.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease;}
.faq-item.open .faq-answer{max-height:300px;}
.faq-answer-inner{padding:0 1.5rem 1.25rem;font-size:14px;color:var(--muted);line-height:1.7;border-top:1px solid var(--border);}
/* ── FINAL CTA ── */
.cta-block{background:var(--bg2);border:1px solid var(--border);border-radius:24px;padding:3rem 2rem;text-align:center;margin:2rem 0;}
.cta-block h2{font-family:'Fraunces',serif;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;letter-spacing:-0.02em;margin-bottom:0.75rem;}
.cta-block h2 em{font-style:italic;color:var(--accent);}
.cta-block p{color:var(--muted);font-size:1rem;margin-bottom:1.75rem;max-width:480px;margin-left:auto;margin-right:auto;}
.cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}
.btn-primary{background:var(--accent);color:#0a0a0a;font-weight:700;font-size:15px;padding:12px 28px;border-radius:12px;text-decoration:none;transition:opacity 0.15s;}
.btn-primary:hover{opacity:0.88;}
/* ── 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);}
/* ── DIVIDER ── */
.divider{border:none;border-top:1px solid var(--border);max-width:1100px;margin:0 auto;}
/* ── STEP NOTE ── */
.step-note{background:rgba(232,255,90,0.04);border:1px solid rgba(232,255,90,0.15);border-radius:12px;padding:1rem 1.25rem;font-size:13px;color:var(--muted);margin-top:1.5rem;line-height:1.6;}
.step-note strong{color:var(--text);}
/* ── TWO-COL STEPS ── */
.steps-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;}
.steps-col{background:var(--bg2);border:1px solid var(--border);border-radius:16px;padding:1.5rem;}
.steps-col-label{font-size:11px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;}
.step-row{display:flex;gap:12px;align-items:flex-start;margin-bottom:1.1rem;}
.step-row:last-child{margin-bottom:0;}
.step-num{width:24px;height:24px;background:rgba(232,255,90,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--accent);flex-shrink:0;margin-top:1px;}
.step-text strong{display:block;font-size:14px;font-weight:600;color:var(--text);margin-bottom:2px;}
.step-text span{font-size:13px;color:var(--muted);line-height:1.5;}
@media(max-width:700px){
.steps-two-col{grid-template-columns:1fr;}
}
@media(max-width:640px){
.hero{padding:3rem 1.25rem 2rem;}
.section{padding:3rem 1.25rem;}
.cta-block{padding:2rem 1.25rem;}
.footer-grid{grid-template-columns:1fr 1fr;gap:1.75rem;}
}
</style>
<!-- Structured Data for SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "NoSuggest for Students",
"description": "Studying for JEE, NEET, or UPSC? NoSuggest shows only the lecture channels you added — no recommendations, no autoplay, no Shorts.",
"url": "https://www.nosuggest.com/study"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Does NoSuggest block YouTube Shorts?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The Shorts feed doesn't exist inside NoSuggest — there's no tab, no swipe format, and no way to end up in it between lectures."
}
},
{
"@type": "Question",
"name": "Can I add my JEE, NEET, or UPSC coaching channels?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Search for and add any coaching channel, subject teacher, or previous-year-question walkthrough you already follow. NoSuggest works with any public YouTube channel — there's no fixed list."
}
},
{
"@type": "Question",
"name": "Can I stop myself from wandering to unrelated videos during a study session?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, using Kids Mode on yourself. Set a 6-digit PIN in Settings and hand it to a parent or sibling — this hides the Search tab and the Add Channel screen, so only the channels already on your list are watchable until the PIN is entered again."
}
},
{
"@type": "Question",
"name": "Do I need a Google or YouTube account to use NoSuggest?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No account is needed. NoSuggest plays videos through YouTube's official embedded player, so if you have YouTube Premium, ad-free playback carries over automatically."
}
},
{
"@type": "Question",
"name": "Does NoSuggest track what I watch?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. NoSuggest collects no personal data. The channels you add are stored locally in your own browser — nothing is sent to a server about who you are or what you watch."
}
},
{
"@type": "Question",
"name": "Is NoSuggest free for students?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, completely free with no premium tier, no ads, and no account required."
}
}
]
}
</script>
</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>
<!-- HERO -->
<div class="hero">
<div class="hero-eyebrow">
<svg width="10" height="10" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M22 10v6M2 10l10-5 10 5-10 5-10-5z"/><path d="M6 12v5c3 3 9 3 12 0v-5"/></svg>
For JEE, NEET & UPSC Prep
</div>
<h1>Watch the Lecture.<br/><em>Not What's Next.</em></h1>
<p>You open YouTube for a 20-minute physics lecture and somehow end up watching something completely unrelated an hour later. NoSuggest shows only the channels you added — no recommendations, no autoplay, no Shorts — so studying stays studying.</p>
<a class="hero-cta" href="https://www.nosuggest.com">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><polygon points="5 3 19 12 5 21 5 3"/></svg>
Try NoSuggest — It's Free
</a>
</div>
<hr class="divider"/>
<!-- THE PROBLEM -->
<div class="section">
<div class="section-label">The Problem</div>
<h2 class="section-title">YouTube Doesn't Know You Have an Exam Tomorrow</h2>
<p class="section-sub">The same algorithm that makes YouTube addictive for entertainment doesn't pause just because you opened it to revise.</p>
<div class="features-grid">
<div class="feature-card">
<div class="feature-card-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><polygon points="10 8 16 12 10 16 10 8"/></svg>
</div>
<h3>One lecture ends, autoplay picks the next thing</h3>
<p>The moment your teacher's video finishes, autoplay starts something else — rarely another lecture, usually whatever keeps you watching longest.</p>
</div>
<div class="feature-card">
<div class="feature-card-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="4" y="2" width="16" height="20" rx="2"/><path d="M12 18h.01"/></svg>
</div>
<h3>Shorts are one tap from any lecture</h3>
<p>Mid-revision, the Shorts tab is sitting right there. A five-minute break has no natural stopping point and quietly becomes an hour.</p>
</div>
<div class="feature-card">
<div class="feature-card-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M9 12l2 2 4-4"/><circle cx="12" cy="12" r="10"/></svg>
</div>
<h3>Recommendations don't care about your syllabus</h3>
<p>YouTube's homepage exists to maximize watch time, not to help you finish today's chapter before tomorrow's test.</p>
</div>
</div>
</div>
<hr class="divider"/>
<!-- THE FIX -->
<div class="section">
<div class="section-label">The Fix</div>
<h2 class="section-title">Only the Lecture Channels You Actually Follow</h2>
<p class="section-sub">NoSuggest removes everything YouTube adds to keep you scrolling. What's left is your coaching channels and subject teachers — nothing else.</p>
<div class="features-grid">
<div class="feature-card">
<div class="feature-card-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><line x1="4.93" y1="4.93" x2="19.07" y2="19.07"/></svg>
</div>
<h3>Zero recommendations, ever</h3>
<p>No homepage feed, no sidebar suggestions, no "Up Next." When a lecture ends, nothing plays after it unless you choose it.</p>
</div>
<div class="feature-card">
<div class="feature-card-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="4" y="2" width="16" height="20" rx="2"/><path d="M12 18h.01"/></svg>
</div>
<h3>No Shorts, anywhere</h3>
<p>The Shorts feed doesn't exist inside NoSuggest. There's no rapid-scroll format to fall into between chapters.</p>
</div>
<div class="feature-card">
<div class="feature-card-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M20 6L9 17l-5-5"/></svg>
</div>
<h3>Only the channels you add</h3>
<p>Add every coaching channel, subject teacher, and PYQ walkthrough you follow. That's the entire feed — nothing else ever surfaces.</p>
</div>
<div class="feature-card">
<div class="feature-card-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="5" y="2" width="14" height="20" rx="2"/><line x1="12" y1="18" x2="12.01" y2="18"/></svg>
</div>
<h3>Works on any device, no account</h3>
<p>Phone, tablet, laptop — NoSuggest runs in the browser or installs like an app. Nothing to sign up for, nothing to download from a store.</p>
</div>
</div>
</div>
<hr class="divider"/>
<!-- FOR EXAM SEASON — SIGNATURE SECTION -->
<div class="section">
<div class="section-label">For Exam Season</div>
<h2 class="section-title">Lock Yourself Into Study Mode</h2>
<p class="section-sub">Kids Mode isn't just for parents. Set a PIN, hand it to someone else, and you physically can't add new channels or search for anything outside your list until you get it back.</p>
<div class="features-grid">
<div class="feature-card">
<div class="feature-card-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/></svg>
</div>
<h3>Set a 6-digit PIN in Kids Mode</h3>
<p>This hides the Search tab and the Add Channel screen. Only the channels already on your list are watchable until the PIN is entered.</p>
</div>
<div class="feature-card">
<div class="feature-card-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/></svg>
</div>
<h3>Give the PIN to someone else</h3>
<p>A parent, sibling, or study partner holds it, so you can't turn it off mid-session — even if a part of you wants to.</p>
</div>
</div>
<div class="step-note"><strong>Worth knowing:</strong> this is entirely optional. Most students find that removing recommendations and Shorts alone makes a real difference — Kids Mode is there for exam months when you want a harder line.</div>
</div>
<hr class="divider"/>
<!-- SETUP -->
<div class="section">
<div class="section-label">Setup</div>
<h2 class="section-title">Set Up Your Study Feed in About a Minute</h2>
<p class="section-sub">No account, no download from an app store — just add the coaching channels and teachers you already follow.</p>
<div class="features-grid">
<div class="feature-card">
<div class="feature-card-icon"><span style="color:var(--accent);font-family:'Fraunces',serif;font-weight:800;font-size:18px;">1</span></div>
<h3>Open nosuggest.com</h3>
<p>Works in any browser, phone or laptop. Nothing to install to get started.</p>
</div>
<div class="feature-card">
<div class="feature-card-icon"><span style="color:var(--accent);font-family:'Fraunces',serif;font-weight:800;font-size:18px;">2</span></div>
<h3>Search and add your lecture channels</h3>
<p>Add every coaching channel, subject teacher, and PYQ walkthrough you already rely on for prep.</p>
</div>
<div class="feature-card">
<div class="feature-card-icon"><span style="color:var(--accent);font-family:'Fraunces',serif;font-weight:800;font-size:18px;">3</span></div>
<h3>Optional: lock it with Kids Mode</h3>
<p>Set a PIN and give it to someone else if you want a harder line during exam season.</p>
</div>
<div class="feature-card">
<div class="feature-card-icon"><span style="color:var(--accent);font-family:'Fraunces',serif;font-weight:800;font-size:18px;">4</span></div>
<h3>Open it, watch the lecture, close it</h3>
<p>No homepage to scroll, no recommendations to fall into. Watch what you came for, then get back to your notes.</p>
</div>
</div>
<div class="step-note"><strong>Bookmark it for later:</strong> mid-lecture and need to stop for dinner or a test? Save it from the video card and it'll be waiting for you — no need to go searching for it again.</div>
</div>
<hr class="divider"/>
<!-- FAQ -->
<div class="section">
<div class="section-label">Common Questions</div>
<h2 class="section-title">Frequently Asked Questions</h2>
<div class="faq-list">
<div class="faq-item">
<button class="faq-question" onclick="toggleFaq(this)">
Does NoSuggest block YouTube Shorts?
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><polyline points="6 9 12 15 18 9"/></svg>
</button>
<div class="faq-answer">
<div class="faq-answer-inner">Yes. The Shorts feed doesn't exist inside NoSuggest — there's no tab, no swipe format, and no way to end up in it between lectures.</div>
</div>
</div>
<div class="faq-item">
<button class="faq-question" onclick="toggleFaq(this)">
Can I add my JEE, NEET, or UPSC coaching channels?
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><polyline points="6 9 12 15 18 9"/></svg>
</button>
<div class="faq-answer">
<div class="faq-answer-inner">Yes. Search for and add any coaching channel, subject teacher, or previous-year-question walkthrough you already follow. NoSuggest works with any public YouTube channel — there's no fixed list.</div>
</div>
</div>
<div class="faq-item">
<button class="faq-question" onclick="toggleFaq(this)">
Can I stop myself from wandering to unrelated videos during a study session?
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><polyline points="6 9 12 15 18 9"/></svg>
</button>
<div class="faq-answer">
<div class="faq-answer-inner">Yes, using Kids Mode on yourself. Set a 6-digit PIN in Settings and hand it to a parent or sibling — this hides the Search tab and the Add Channel screen, so only the channels already on your list are watchable until the PIN is entered again.</div>
</div>
</div>
<div class="faq-item">
<button class="faq-question" onclick="toggleFaq(this)">
Do I need a Google or YouTube account to use NoSuggest?
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><polyline points="6 9 12 15 18 9"/></svg>
</button>
<div class="faq-answer">
<div class="faq-answer-inner">No account is needed. NoSuggest plays videos through YouTube's official embedded player, so if you have YouTube Premium, ad-free playback carries over automatically.</div>
</div>
</div>
<div class="faq-item">
<button class="faq-question" onclick="toggleFaq(this)">
Does NoSuggest track what I watch?
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><polyline points="6 9 12 15 18 9"/></svg>
</button>
<div class="faq-answer">
<div class="faq-answer-inner">No. NoSuggest collects no personal data. The channels you add are stored locally in your own browser — nothing is sent to a server about who you are or what you watch.</div>
</div>
</div>
<div class="faq-item">
<button class="faq-question" onclick="toggleFaq(this)">
Is NoSuggest free for students?
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><polyline points="6 9 12 15 18 9"/></svg>
</button>
<div class="faq-answer">
<div class="faq-answer-inner">Yes, completely free with no premium tier, no ads, and no account required.</div>
</div>
</div>
</div>
</div>
<hr class="divider"/>
<!-- FINAL CTA -->
<div class="section">
<div class="cta-block">
<h2>Watch the Lecture.<br/><em>Then Close the Tab.</em></h2>
<p>No account. No install required. No recommendations pulling you off your syllabus.</p>
<div class="cta-buttons">
<a class="btn-primary" href="https://www.nosuggest.com">Try NoSuggest — It's Free →</a>
</div>
</div>
</div>
<!-- FOOTER -->
<footer>
<div class="footer-grid">
<div class="footer-col">
<div class="footer-col-title">Guides</div>
<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/study">NoSuggest for Students & Exam Prep</a>
<a href="https://www.nosuggest.com/productivity">NoSuggest for Focus & Work</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/featured">Featured</a>
<a href="https://www.nosuggest.com/compare">Compare</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://donate.stripe.com/14A9AS1zneyudtH0eYak000" target="_blank" rel="noopener">Support NoSuggest</a>
<a href="https://github.com/No-Suggest/NoSuggest" target="_blank" rel="noopener">Source-code in GitHub</a>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 NoSuggest. A quiet act of resistance.</p>
</div>
</footer>
<script>
function toggleFaq(btn){
const item = btn.closest('.faq-item');
const isOpen = item.classList.contains('open');
document.querySelectorAll('.faq-item.open').forEach(el => el.classList.remove('open'));
if(!isOpen) item.classList.add('open');
}
</script>
</body>
</html>