TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Detoxer – Neutralize Addictive Content Without Blocking

6 pointsby prohoboover 1 year ago
I&#x27;ve been trying to minimize my compulsive browsing of social media for a while, and tried a bunch of extensions and apps to block websites and such, but always ended up disabling them even if they were supposed to be &quot;hard to disable&quot;.<p>The fact is that sometimes you need to visit reddit for some info, but you don&#x27;t want to get caught in an addictive loop. Disabling entire hostnames or trying to configure intricate block lists is annoying, and the end result is annoying. Parental controls don&#x27;t work on me, and I resent them.<p>I remembered what Tristan Harris once said on ways to prevent compulsive browsing: &quot;turn your phone grayscale and disable notifications&quot;. I think that&#x27;s a perfect solution, because it doesn&#x27;t destroy your browsing experience, but subtly neutralizes some addictive aspects of social media.<p>So, I made an extension with exactly this kind of philosophy - &quot;neutralize, don&#x27;t block&quot;. It&#x27;s called Detoxer and is available for Firefox and Chrome:<p>- Firefox: https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;detoxer&#x2F;<p>- Chrome: https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;u&#x2F;1&#x2F;detail&#x2F;detoxer&#x2F;deajadijkgojokomggpflpibgoamepgi?hl=en-GB<p>It&#x27;d be cool if you guys could try it out and provide some feedback. If there are other subtle content changes that can be made I&#x27;d love to experiment with them, and this might help someone. If this extension is useful, I&#x27;m considering also making a mobile app.<p>Thanks!

2 comments

dschepover 1 year ago
You can actually setup ublock0 to do this for you too. At one point I&#x27;d used it to blur distracting sites, but like you, I found fully blocking the content(which the blurring effectively did) led to me disabling the block. I&#x27;ll try this technique out, it&#x27;s a good idea.<p>Here&#x27;s how you can do it with ublock:<p><pre><code> www.reddit.com##img:style(filter: blur(10px);) www.reddit.com##body:style(filter: grayscale(1);)</code></pre>
评论 #38354184 未加载
shirmanover 1 year ago
Nice idea, is it possible to gray out only a specific URL or sub?
评论 #38354156 未加载