Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 102cd4d

Browse files
authoredMay 28, 2025··
adds backlight bleed info to faq, fix wording on redirect page
1 parent 730b080 commit 102cd4d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,12 @@ <h2>FAQ and common problems</h2>
215215
<p>In none of the cases do we process or track your private data.</p>
216216
</div>
217217
</div>
218+
<div>
219+
<button class="collapsible-toggle">Why is there a bright glow in the upper left corner of the screen?</button>
220+
<div class="collapsible-content">
221+
<p>As explained in the <a href="#background">How it works</a> section, BrightIntosh places a bright white pixel in the upper-left corner to trigger the screen's HDR functionality. Since MacBook Pro displays use backlight technology, this results in a phenomenon known as backlight bleed — which is what you're seeing. Don't worry, your hardware is perfectly fine; this effect is a normal side effect of the backlighting process.</p>
222+
</div>
223+
</div>
218224
</div>
219225
</div>
220226
<div class="info" id="background">

‎index_nd.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<title>Redirecting...</title>
66
</head>
77
<body>
8-
<p>If you are not redirected automatically, follow this <a href="index.html">link to index.html</a>.</p>
8+
<p>If you are not redirected automatically, follow this <a href="index.html">link to BrightIntosh</a>.</p>
99
</body>
1010
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.