Hacker News Viewer

Show HN: Dull – Instagram Without Reels, YouTube Without Shorts (iOS)

by kasparnoor on 4/1/2026, 9:04:53 PM

I kept deleting and redownloading Instagram because I couldn&#x27;t stop watching Reels but needed the app for DMs. Tried screen time limits, just overrode them. So I built this.<p>Dull loads Instagram, YouTube, Facebook, and X and filters out short-form content with a mix of CSS and JS injection. MutationObserver handles anything that lazy-loads after the page renders, which is most of the annoying stuff since these platforms love to load content dynamically.<p>The ongoing work is maintaining the filters. Platforms change their DOM all the time, Instagram obfuscates class names, YouTube restructures how Shorts appear in the feed, etc. It&#x27;s a cat-and-mouse thing that never really ends.<p>Also has grayscale mode, time limits, and usage tracking.<p>Happy to answer questions.

https://getdull.app

Comments

by: danpalmer

Doing this as a browser extension is one thing, but <i>selling</i> an interface to Instagram and YouTube sounds like it&#x27;s very risky.<p>What&#x27;s your basis for thinking this will work long term? I see you&#x27;re selling yearly or lifetime subscriptions, suggesting you think the product can exist. There have been many attempts at this in the past that have been taken down, why is Dull different?

4/1/2026, 10:47:32 PM


by: bonyt

For YouTube, I&#x27;ve used it in Safari on iOS for a while with UnTrap for YouTube that lets you disable short[1]. On desktop, a uBlock origin filter works[2].<p>[1]: <a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;untrap-for-youtube&#x2F;id1637438059">https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;untrap-for-youtube&#x2F;id163743805...</a><p>[2]: <a href="https:&#x2F;&#x2F;github.com&#x2F;i5heu&#x2F;ublock-hide-yt-shorts" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;i5heu&#x2F;ublock-hide-yt-shorts</a>

4/2/2026, 12:55:05 AM


by: bryanhogan

Sounds like a good project, I also hate that Instagram pushes algorithm-driven content into your face everywhere without any options to turn it off, it&#x27;s good to fight against these toxic dark design patterns.<p>Can also recommend using Instagram with the IGPlus web extension. Or for a native Android version there&#x27;s also DFinstagram.<p>For YouTube there are many web extensions as well. On Android the YouTube ReVanced patch is really good though.<p>IGPlus: <a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;android&#x2F;addon&#x2F;igplus-extension&#x2F;" rel="nofollow">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;android&#x2F;addon&#x2F;igplus-extens...</a><p>DFinstagram: <a href="https:&#x2F;&#x2F;www.distractionfreeapps.com" rel="nofollow">https:&#x2F;&#x2F;www.distractionfreeapps.com</a>

4/1/2026, 10:33:09 PM


by: convexly

The fact that someone had to build a separate app just to get the version of Instagram from 5 years ago says a lot.

4/1/2026, 11:07:18 PM


by: joenot443

How does your system differ from an extension like this?<p><a href="https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;remove-youtube-shorts&#x2F;mgngbgbhliflggkamjnpdmegbkidiapm" rel="nofollow">https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;remove-youtube-shor...</a>

4/1/2026, 11:17:05 PM


by: SoKamil

This could have been Safari Extension

4/1/2026, 10:28:00 PM