-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguides.html
More file actions
865 lines (772 loc) · 31.4 KB
/
guides.html
File metadata and controls
865 lines (772 loc) · 31.4 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
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>Mac Guides — Privacy, Productivity & Automation | SaneApps</title>
<meta name="title" content="Mac Guides — Privacy, Productivity & Automation | SaneApps">
<meta name="description" content="Free guides for managing your Mac's menu bar, clipboard, hosts file, and right-click menu. Public code tools, no subscriptions.">
<meta name="keywords" content="macOS guides, menu bar manager, clipboard manager, hosts file, ad blocker, Mac privacy, public code Mac apps, Bartender alternative">
<meta name="author" content="Mr. Sane">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#08080c">
<link rel="canonical" href="https://saneapps.com/guides.html">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://saneapps.com/guides.html">
<meta property="og:title" content="Mac Guides — Privacy, Productivity & Automation">
<meta property="og:description" content="Free guides for managing your Mac's menu bar, clipboard, hosts file, and Finder. Public code tools, no subscriptions.">
<meta property="og:image" content="https://saneapps.com/og-image.png">
<meta property="og:image:alt" content="SaneApps Guides - Public Code macOS Utilities">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:site_name" content="SaneApps">
<meta property="og:locale" content="en_US">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://saneapps.com/guides.html">
<meta name="twitter:title" content="Mac Guides — Privacy, Productivity & Automation">
<meta name="twitter:description" content="Free guides for managing your Mac's menu bar, clipboard, hosts file, and Finder. Public code, no subscriptions.">
<meta name="twitter:image" content="https://saneapps.com/og-image.png">
<meta name="twitter:site" content="@saneapps">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="favicon.png">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Playfair+Display:wght@400;500;600&display=swap" rel="stylesheet">
<!-- Schema.org -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "CollectionPage",
"name": "SaneApps Guides",
"description": "Free guides for managing your Mac's menu bar, clipboard, hosts file, and right-click menu.",
"url": "https://saneapps.com/guides.html",
"publisher": {
"@type": "Organization",
"name": "SaneApps",
"url": "https://saneapps.com"
}
}
</script>
<style>
:root {
--bg: #08080c;
--bg-secondary: #0f0f16;
--card-bg: #16161f;
--text: #f5f5f8;
--text-muted: #d8d8e8;
--text-dim: #c0c0d0;
--accent: #5CE8FF;
--accent-hover: #7eedff;
--accent-glow: rgba(92, 232, 255, 0.2);
--green: #34d399;
--green-soft: rgba(52, 211, 153, 0.15);
--border: #252530;
--border-subtle: #1e1e28;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', Roboto, sans-serif;
background: var(--bg);
color: var(--text);
line-height: 1.7;
min-height: 100vh;
}
.gradient-bg {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background:
radial-gradient(ellipse at 20% 15%, rgba(92, 232, 255, 0.1) 0%, transparent 50%),
radial-gradient(ellipse at 80% 85%, rgba(92, 232, 255, 0.06) 0%, transparent 50%),
var(--bg);
pointer-events: none;
z-index: -1;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
}
/* Header */
header {
padding: 20px 0;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
background: rgba(8, 8, 12, 0.85);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-bottom: 1px solid var(--border);
}
.header-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
display: flex;
align-items: center;
gap: 12px;
text-decoration: none;
}
.logo img {
width: 40px;
height: 40px;
border-radius: 50%;
}
.logo-text {
font-size: 1.5rem;
font-weight: 700;
color: var(--text);
}
nav {
display: flex;
align-items: center;
}
nav a {
color: var(--text-muted);
text-decoration: none;
margin-left: 32px;
font-size: 0.95rem;
transition: color 0.2s;
}
nav a:hover {
color: var(--text);
}
nav a.active {
color: var(--accent);
}
.hamburger {
display: none;
background: none;
border: none;
cursor: pointer;
padding: 8px;
z-index: 200;
color: var(--text);
}
.mobile-nav {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(8, 8, 12, 0.98);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
z-index: 150;
padding: 80px 32px 40px;
overflow-y: auto;
flex-direction: column;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
display: block;
padding: 16px 0;
color: var(--text);
text-decoration: none;
font-size: 1.2rem;
font-weight: 500;
border-bottom: 1px solid var(--border);
transition: color 0.2s;
}
.mobile-nav-close {
position: absolute;
top: 20px;
right: 24px;
background: none;
border: none;
color: var(--text-muted);
cursor: pointer;
padding: 8px;
font-size: 1.5rem;
line-height: 1;
z-index: 200;
}
/* Hero */
.hero {
padding: 140px 0 48px;
text-align: center;
}
.hero h1 {
font-family: 'Playfair Display', Georgia, serif;
font-size: clamp(2.5rem, 6vw, 3.5rem);
font-weight: 600;
margin-bottom: 20px;
letter-spacing: -0.02em;
line-height: 1.15;
}
.hero h1 em {
font-style: italic;
color: var(--accent);
}
.hero .tagline {
font-size: 1.15rem;
color: var(--text-muted);
max-width: 560px;
margin: 0 auto;
line-height: 1.7;
}
/* Section */
.guide-section {
padding: 48px 0 24px;
}
.section-header {
display: flex;
align-items: center;
gap: 14px;
margin-bottom: 28px;
padding-bottom: 12px;
border-bottom: 1px solid var(--border-subtle);
}
.section-icon {
width: 36px;
height: 36px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
flex-shrink: 0;
}
.section-header h2 {
font-family: 'Playfair Display', Georgia, serif;
font-size: 1.5rem;
font-weight: 600;
letter-spacing: -0.01em;
}
.section-header p {
color: var(--text-dim);
font-size: 0.9rem;
margin-left: auto;
}
/* Guide Cards */
.guides-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
gap: 20px;
}
.guide-card {
background: linear-gradient(145deg, var(--card-bg) 0%, var(--bg-secondary) 100%);
border: 1px solid var(--border-subtle);
border-radius: 16px;
padding: 28px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
text-decoration: none;
color: inherit;
display: block;
position: relative;
}
.guide-card:hover {
border-color: var(--accent);
transform: translateY(-3px);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(92, 232, 255, 0.1);
}
.guide-card .app-badge {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 0.8rem;
font-weight: 600;
color: var(--accent);
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.guide-card .app-badge img {
width: 18px;
height: 18px;
border-radius: 4px;
}
.guide-card h3 {
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 10px;
line-height: 1.4;
color: var(--text);
}
.guide-card p {
color: var(--text-muted);
font-size: 0.9rem;
line-height: 1.6;
}
.guide-card .read-more {
display: inline-flex;
align-items: center;
gap: 6px;
margin-top: 16px;
color: var(--accent);
font-size: 0.9rem;
font-weight: 500;
transition: gap 0.2s;
}
.guide-card:hover .read-more {
gap: 10px;
}
/* CTA */
.cta-section {
padding: 60px 0;
border-top: 1px solid var(--border-subtle);
text-align: center;
}
.cta-section h2 {
font-family: 'Playfair Display', Georgia, serif;
font-size: clamp(1.5rem, 4vw, 2rem);
font-weight: 600;
margin-bottom: 16px;
}
.cta-section h2 em {
font-style: italic;
color: var(--accent);
}
.cta-section p {
color: var(--text-muted);
max-width: 520px;
margin: 0 auto 32px;
font-size: 1rem;
}
.app-links-row {
display: flex;
gap: 16px;
justify-content: center;
flex-wrap: wrap;
}
.app-link {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 12px 24px;
background: var(--card-bg);
border: 1px solid var(--border);
border-radius: 12px;
color: var(--text);
text-decoration: none;
font-weight: 500;
font-size: 0.95rem;
transition: all 0.2s;
}
.app-link:hover {
border-color: var(--accent);
transform: translateY(-2px);
}
.app-link img {
width: 28px;
height: 28px;
border-radius: 6px;
}
/* Footer */
footer {
padding: 40px 0;
border-top: 1px solid var(--border-subtle);
text-align: center;
}
footer p {
color: var(--text-dim);
font-size: 0.85rem;
}
footer a {
color: var(--accent);
text-decoration: none;
}
.footer-links {
margin-top: 16px;
}
.footer-links a {
color: var(--text-muted);
margin: 0 12px;
font-size: 0.85rem;
}
.footer-links a:hover {
color: var(--text);
}
/* Responsive */
@media (max-width: 768px) {
.hero h1 { font-size: 2.25rem; }
.guides-grid { grid-template-columns: 1fr; }
nav { display: none; }
.hamburger { display: block; }
.section-header { flex-wrap: wrap; }
.section-header p { margin-left: 0; margin-top: 4px; width: 100%; }
}
/* Mobile Guide Guardrails */
@media (max-width: 768px) {
html {
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body {
overflow-x: hidden;
font-size: 16px;
line-height: 1.65;
}
.container {
padding-left: 16px;
padding-right: 16px;
}
nav {
padding-top: 14px;
padding-bottom: 14px;
}
nav .container,
.nav-content,
.header-content {
gap: 10px;
}
.nav-links {
gap: 12px !important;
flex-wrap: wrap;
justify-content: flex-end;
}
.nav-links a {
font-size: 0.88rem;
white-space: nowrap;
}
.btn-primary {
padding: 8px 14px;
}
.header,
.hero {
padding-top: 140px !important;
}
h1 {
font-size: clamp(1.9rem, 8.2vw, 2.45rem) !important;
line-height: 1.18;
letter-spacing: -0.015em;
text-wrap: balance;
}
h2 {
font-size: clamp(1.35rem, 5.9vw, 1.78rem) !important;
line-height: 1.24;
text-wrap: balance;
}
h3 {
font-size: clamp(1.08rem, 4.9vw, 1.34rem) !important;
line-height: 1.3;
text-wrap: balance;
}
p,
li {
font-size: 0.98rem;
line-height: 1.65;
overflow-wrap: break-word;
}
article,
article.container {
padding-left: 16px !important;
padding-right: 16px !important;
}
.subtitle,
.tagline,
.header p,
.guide-card p,
.option-card p,
.support-text {
font-size: 0.98rem !important;
line-height: 1.65;
max-width: 68ch;
}
.guides-grid,
.apps-grid,
.faq-grid,
.pros-cons,
.comparison,
.highlight-content,
.sustainability-options {
grid-template-columns: 1fr !important;
}
.option-header {
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
pre,
table,
.table-wrapper,
.comparison-table-wrapper,
.code-block {
max-width: 100%;
}
pre,
.table-wrapper,
.comparison-table-wrapper,
.code-block {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
table {
min-width: 520px;
}
.code-block,
pre {
font-size: 0.82rem;
}
}
</style>
</head>
<body>
<div class="gradient-bg"></div>
<header>
<div class="container header-content">
<a href="/" class="logo">
<img src="logo.png" alt="SaneApps">
<span class="logo-text">SaneApps</span>
</a>
<nav>
<a href="/">Apps</a>
<a href="guides.html" class="active">Guides</a>
<a href="https://github.com/sane-apps">GitHub</a>
<a href="mailto:hi@saneapps.com">Contact</a>
<a href="https://github.com/sponsors/MrSaneApps" style="display: inline-flex; align-items: center; margin-left: 20px; padding: 9px 16px; border-radius: 10px; background: linear-gradient(135deg, #ea4aaa 0%, #db61a2 100%); color: #fff; font-weight: 600;">
<svg width="16" height="16" viewBox="0 0 24 24" fill="#ef4444" stroke="#ffffff" stroke-width="1.5" style="margin-right: 6px;"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/></svg>
Donate
</a>
</nav>
<button class="hamburger" onclick="toggleMobileNav()" aria-label="Menu">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="12" x2="21" y2="12"/><line x1="3" y1="18" x2="21" y2="18"/></svg>
</button>
</div>
</header>
<div id="mobileNav" class="mobile-nav">
<button class="mobile-nav-close" onclick="toggleMobileNav()" aria-label="Close menu">×</button>
<a href="/" onclick="toggleMobileNav()">Apps</a>
<a href="guides.html" onclick="toggleMobileNav()">Guides</a>
<a href="https://github.com/sane-apps" onclick="toggleMobileNav()">GitHub</a>
<a href="mailto:hi@saneapps.com" onclick="toggleMobileNav()">Contact</a>
<a href="https://github.com/sponsors/MrSaneApps" onclick="toggleMobileNav()">Donate</a>
</div>
<main>
<section class="hero">
<div class="container">
<h1>Mac Guides for a <em>Saner</em> Workflow</h1>
<p class="tagline">Step-by-step tutorials for cleaning up your Mac, protecting your privacy, and getting more done. All free, all public code.</p>
</div>
</section>
<!-- Clean Up Your Mac -->
<section class="guide-section">
<div class="container">
<div class="section-header">
<div class="section-icon">🧹</div>
<h2>Clean Up Your Mac</h2>
<p>Tame the clutter</p>
</div>
<div class="guides-grid">
<a href="https://sanebar.com/how-to-hide-menu-bar-icons-mac.html" class="guide-card">
<div class="app-badge"><img src="icons/sanebar-icon.png" alt=""> SaneBar</div>
<h3>How to Hide Menu Bar Icons on Mac</h3>
<p>Learn to hide and organize cluttered menu bar icons on macOS. Clean workspace in seconds.</p>
<span class="read-more">Read guide →</span>
</a>
<a href="https://sanebar.com/how-to-reorder-menu-bar-icons-mac.html" class="guide-card">
<div class="app-badge"><img src="icons/sanebar-icon.png" alt=""> SaneBar</div>
<h3>How to Reorder Menu Bar Icons on Mac</h3>
<p>Drag and drop to reorder your Mac's menu bar icons. Organize your workspace your way.</p>
<span class="read-more">Read guide →</span>
</a>
<a href="https://saneclip.com/how-to-see-clipboard-history-mac.html" class="guide-card">
<div class="app-badge"><img src="icons/saneclip-icon.png" alt=""> SaneClip</div>
<h3>How to See Clipboard History on Mac</h3>
<p>Access everything you've copied. Manual method vs. clipboard manager compared.</p>
<span class="read-more">Read guide →</span>
</a>
</div>
</div>
</section>
<!-- Protect Your Privacy -->
<section class="guide-section">
<div class="container">
<div class="section-header">
<div class="section-icon">🔒</div>
<h2>Protect Your Privacy</h2>
<p>Take back control</p>
</div>
<div class="guides-grid">
<a href="https://sanebar.com/how-to-lock-menu-bar-icons-touch-id.html" class="guide-card">
<div class="app-badge"><img src="icons/sanebar-icon.png" alt=""> SaneBar</div>
<h3>How to Lock Menu Bar Icons with Touch ID</h3>
<p>Protect sensitive menu bar icons behind biometric security. Only SaneBar offers this.</p>
<span class="read-more">Read guide →</span>
</a>
<a href="https://saneclip.com/how-to-protect-clipboard-history-touch-id-mac.html" class="guide-card">
<div class="app-badge"><img src="icons/saneclip-icon.png" alt=""> SaneClip</div>
<h3>How to Lock Clipboard History with Touch ID</h3>
<p>Secure your private clipboard data with biometric protection on macOS.</p>
<span class="read-more">Read guide →</span>
</a>
<a href="https://sanehosts.com/block-telemetry.html" class="guide-card">
<div class="app-badge"><img src="icons/sanehosts-icon.png" alt=""> SaneHosts</div>
<h3>How to Block Telemetry on Mac</h3>
<p>Stop macOS, apps, and services from tracking you. Block telemetry at the DNS level.</p>
<span class="read-more">Read guide →</span>
</a>
<a href="https://sanehosts.com/block-adobe.html" class="guide-card">
<div class="app-badge"><img src="icons/sanehosts-icon.png" alt=""> SaneHosts</div>
<h3>How to Block Adobe Telemetry on Mac</h3>
<p>Stop Adobe Creative Cloud from phoning home. Block background processes at the system level.</p>
<span class="read-more">Read guide →</span>
</a>
</div>
</div>
</section>
<!-- Boost Productivity -->
<section class="guide-section">
<div class="container">
<div class="section-header">
<div class="section-icon">⚡</div>
<h2>Boost Productivity</h2>
<p>Work faster, not harder</p>
</div>
<div class="guides-grid">
<a href="https://saneclip.com/how-to-paste-multiple-items-mac.html" class="guide-card">
<div class="app-badge"><img src="icons/saneclip-icon.png" alt=""> SaneClip</div>
<h3>How to Paste Multiple Items on Mac</h3>
<p>Copy multiple items and paste them in sequence without switching apps.</p>
<span class="read-more">Read guide →</span>
</a>
<a href="https://saneclip.com/how-to-pin-text-snippets-mac.html" class="guide-card">
<div class="app-badge"><img src="icons/saneclip-icon.png" alt=""> SaneClip</div>
<h3>How to Pin Text Snippets on Mac</h3>
<p>Stop using Notes for snippets. Pin frequently used text directly to your clipboard menu.</p>
<span class="read-more">Read guide →</span>
</a>
<a href="https://saneclip.com/how-to-transform-text-case-mac.html" class="guide-card">
<div class="app-badge"><img src="icons/saneclip-icon.png" alt=""> SaneClip</div>
<h3>How to Convert Text Case on Mac</h3>
<p>Transform text to UPPERCASE, lowercase, or Title Case instantly without insecure online tools.</p>
<span class="read-more">Read guide →</span>
</a>
<a href="https://sanebar.com/how-to-automate-menu-bar-icons-applescript.html" class="guide-card">
<div class="app-badge"><img src="icons/sanebar-icon.png" alt=""> SaneBar</div>
<h3>How to Automate Menu Bar Icons with AppleScript</h3>
<p>Control your menu bar programmatically with AppleScript, Raycast, Alfred, and Shortcuts.</p>
<span class="read-more">Read guide →</span>
</a>
<a href="https://saneclick.com/how-to-add-scripts-finder-context-menu-mac.html" class="guide-card">
<div class="app-badge"><img src="icons/saneclick-icon.png" alt=""> SaneClick</div>
<h3>How to Add Scripts to Mac Right-Click Menu</h3>
<p>Run Bash, Python, or AppleScript directly from the Finder context menu. Automator vs SaneClick compared.</p>
<span class="read-more">Read guide →</span>
</a>
</div>
</div>
</section>
<!-- Block Distractions -->
<section class="guide-section">
<div class="container">
<div class="section-header">
<div class="section-icon">🛡️</div>
<h2>Block Ads & Distractions</h2>
<p>System-wide, no extensions</p>
</div>
<div class="guides-grid">
<a href="https://sanehosts.com/block-social-media.html" class="guide-card">
<div class="app-badge"><img src="icons/sanehosts-icon.png" alt=""> SaneHosts</div>
<h3>How to Block Social Media on Mac</h3>
<p>Reduce distractions by blocking Twitter, Reddit, TikTok, and more at the system level.</p>
<span class="read-more">Read guide →</span>
</a>
<a href="https://sanehosts.com/block-malware.html" class="guide-card">
<div class="app-badge"><img src="icons/sanehosts-icon.png" alt=""> SaneHosts</div>
<h3>How to Turn Your Hosts File into a Malware Firewall</h3>
<p>Block C&C servers system-wide. Manual vs. Antivirus vs. hosts file approach.</p>
<span class="read-more">Read guide →</span>
</a>
<a href="https://sanehosts.com/block-gambling.html" class="guide-card">
<div class="app-badge"><img src="icons/sanehosts-icon.png" alt=""> SaneHosts</div>
<h3>How to Block Gambling Sites on Mac</h3>
<p>System-wide protection. Block addictive gambling sites without browser extensions.</p>
<span class="read-more">Read guide →</span>
</a>
<a href="https://sanehosts.com/block-fake-news.html" class="guide-card">
<div class="app-badge"><img src="icons/sanehosts-icon.png" alt=""> SaneHosts</div>
<h3>How to Block Fake News on Mac</h3>
<p>Pre-curated blocklist to filter misinformation sources at the DNS level.</p>
<span class="read-more">Read guide →</span>
</a>
<a href="https://sanehosts.com/block-porn.html" class="guide-card">
<div class="app-badge"><img src="icons/sanehosts-icon.png" alt=""> SaneHosts</div>
<h3>How to Block Adult Content on Mac</h3>
<p>Parental controls: block adult websites system-wide on macOS. No browser extensions needed.</p>
<span class="read-more">Read guide →</span>
</a>
</div>
</div>
</section>
<!-- Compare Alternatives -->
<section class="guide-section">
<div class="container">
<div class="section-header">
<div class="section-icon">⚖️</div>
<h2>Compare Alternatives</h2>
<p>Make informed choices</p>
</div>
<div class="guides-grid">
<a href="https://sanehosts.com/gas-mask-alternative.html" class="guide-card">
<div class="app-badge"><img src="icons/sanehosts-icon.png" alt=""> SaneHosts</div>
<h3>SaneHosts vs Gas Mask — Hosts File Manager Comparison</h3>
<p>Looking for a Gas Mask alternative? Feature-by-feature comparison for macOS hosts file management.</p>
<span class="read-more">Read comparison →</span>
</a>
</div>
</div>
</section>
<!-- CTA -->
<section class="cta-section">
<div class="container">
<h2>Try the <em>Apps</em></h2>
<p>Every guide is based on real tools you can use today. Public code tools — $6.99 or free to build from source.</p>
<div class="app-links-row">
<a href="https://sanebar.com" class="app-link">
<img src="icons/sanebar-icon.png" alt="SaneBar"> SaneBar
</a>
<a href="https://saneclip.com" class="app-link">
<img src="icons/saneclip-icon.png" alt="SaneClip"> SaneClip
</a>
<a href="https://sanehosts.com" class="app-link">
<img src="icons/sanehosts-icon.png" alt="SaneHosts"> SaneHosts
</a>
<a href="https://saneclick.com" class="app-link">
<img src="icons/saneclick-icon.png" alt="SaneClick"> SaneClick
</a>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<p style="font-style: italic; color: var(--text-dim); margin-bottom: 20px; opacity: 0.85;">"For God has not given us a spirit of fear, but of power, love, and a sound mind." — 2 Timothy 1:7</p>
<p style="color: var(--text-muted); font-weight: 600; margin-bottom: 16px;"><strong>On-Device</strong>. <strong>No Subscriptions</strong>. <strong>Built for Mac</strong>.</p>
<div class="footer-links">
<a href="/">Apps</a>
<a href="guides.html">Guides</a>
<a href="https://github.com/sane-apps">GitHub</a>
<a href="mailto:hi@saneapps.com">Contact</a>
<a href="https://github.com/sponsors/MrSaneApps">Sponsor</a>
</div>
<p style="color: var(--text-dim); font-size: 0.85rem; margin-top: 16px;">Made with ❤️ in America by Mr. Sane · © 2026 SaneApps</p>
</div>
</footer>
<script>
function toggleMobileNav() {
var nav = document.getElementById('mobileNav');
nav.classList.toggle('open');
document.body.style.overflow = nav.classList.contains('open') ? 'hidden' : '';
}
</script>
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "cbd53694e0654329ae1436b06f70a9b4"}'></script><!-- End Cloudflare Web Analytics -->
</body>
</html>