top | item 40547401

Show HN: Tiny Chrome extension to disable images to reduce distractions

69 points| MarkinK | 1 year ago |github.com

54 comments

order

pen2l|1 year ago

I've gotta share something -- so, I think I have a bit of an addiction with YouTube and I'd been thinking about how to shake it off. I didn't get round to it for whatever reason (blocks in modem settings maybe), but one day a month or so ago, if I went to YouTube, I saw this screen: https://i.imgur.com/OIL0jSE.png

Not extremely sure why this happens (I reckon it has to do with my use of adguard), but anyway I noticed I would just... move on, there were not icons to entice me that I could immediately click. And then sure enough, I found myself less hungry for it in the coming weeks.

This all happened by accident but boy o' boy, it works. I'm wasting less time on YouTube.

I similarly stopped going to reddit (the comments don't load on mobile, things become unclickable... I imagine this is a change recently made live to force users to login to increase engagement... ironic that it works out backwards to what their intent was).

Reflecting more on this on a weary weekend morning, about how many are unable to shake off these addictions, I am increasingly convinced of the poisonous effects of these distractions and cannot help but think that dire action is needed to curb these addictions with gov't mandated regulations.

I think price increase of tobacco products (with tax costs embedded in the price) were a great deterrent (better than the warning signs on the tobacco), so I suspect deterrents need be incredibly strong. Finding that balance and perspective, of weighing personal freedoms and recognizing the realities of addictions is going to be very hard, but I hope for the good of us we go somewhere with this and recognize the dangers for what they are.

jon_richards|1 year ago

I put a rule in my adblocker to block the reddit homepage but not individual threads (because that's often where google takes me).

Massively helpful, but also concerning how months later I still automatically try to go to the homepage every once in a while and run into my adblocker.

Aglartur|1 year ago

I highly recommend extension for mobile browsers "SocialFocus: Hide Distractions" to replace YouTube and Instagram apps. It lets you block features and UX improvements that keep you on the platform, like thumbnails, feed and reels/shorts.

I like to think to combat addictiveness of modern apps, you need to actively make it less convenient. It's hard to completely quit it, but if it's clunky to use you'll naturally use it less.

zeta0134|1 year ago

For YouTube, I pay for premium because I already block ads, and it feels proper to support creators that way. Then I use my content blocker to remove the sidebar and the end screen overlay, both of which are stuffed with distracting elements. I've bookmarked my subscriptions page, and if creators I like haven't uploaded anything I'm interested in watching, I just close the tab.

This took some effort, but it works wonders. And really, there's only a handful of YouTube channels I actually want to follow anyway. A lot of the rest of it seems to be low effort humor. Nothing wrong with that, it's just mostly not my cup of tea.

7bit|1 year ago

> I noticed I would just... move on

That's kinda what happened to me and Reddit. After all the drama with the API (which I never used, btw) I decided to delete my Reddit account of 10 years. Something I never thought I would do, as I spent a significant amount of my internet time on it.

I still go to Reddit from time to time just to browse, and still use it a lot to get viewpoints on specific topics (via Google site: ), but I never partake in discussion any longer. And I don't miss it at all. I still have the urge to punch someone to the face if they share factually wrong information, but I'm glad I have no account to write a comment any longer.

It's truly weird how fast important things can become unimportant.

cornstalks|1 year ago

> Not extremely sure why this happens

It’s when you have no watch history.

kolja005|1 year ago

I use an app called Jomo to block YouTube, as well as about 10 other distracting applications. It runs on every device I have and makes it very challenging to use the app when I feel the urge to. For a long time I convinced myself that I needed to keep some access to YouTube because there is obviously some meaningful content on the platform. After having it completely blocked for a few months I have come to realize that there is nothing on the platform that is absolutely essential for me to be able to view, and that the downside of getting distracted was not at all worth it.

smithcoin|1 year ago

If you turn off watch history, then that’s what the homepage has started to look like they don’t recommend anything that’s helped me shake it a bit; Works on Roku iOS and desktop.

adolph|1 year ago

A technique that helped me (after started meditation/setting my intentions/etc) is turning off the autocomplete for “top sites” and “browsing history.” It doesn’t block anything but adds just enough friction that I can remember my intentions and make a non-automatic decision.

NathanaelRea|1 year ago

There's probably a few extensions that do this for YouTube. One is called Unhook.

gr8r|1 year ago

I just blocked YouTube using hosts file this week. Haven’t missed it. But no more random time sinks.

I had offloaded YouTube on my phone since the phone is out of storage. Not going back.

SoftTalker|1 year ago

Disabling image loading used to be a standard setting on browsers in the dial-up internet days. I don't recall when that disappeared.

bertman|1 year ago

OP's extension simply uses the `chrome.contentSettings.images` API, which you've always been able to set manually in the standard browser settings. It never disappeared (chrome://settings/content/images).

thefifthsetpin|1 year ago

I think you're looking for chrome://settings/content/images

kmfrk|1 year ago

Loved the dedicated button for it in good ol' Opera.

gear54rus|1 year ago

In between the bandwidth getting better and the content getting shittier :) Which is what, 2008-2016?

labrador|1 year ago

I wrote a bookmarklet for same:

    javascript:(function(){var imgs=document.getElementsByTagName("img");
    for(var i=0;i<imgs.length;i++)imgs[i].style.visibility="hidden"}());

Boltgolt|1 year ago

Although it will break on <picture> elements and any element with a background-image of course

hnthrowaway0328|1 year ago

Talking about distraction, this is off topic, but I found Carmack's method very useful.

He used to go to a random motel, book for a few days, away from office, and work on a hard topic (usually graphics) non stop.

I took a poor man's option instead. Go to a chain coffee shop where you can buy a cup of coffee and sit in a corner undisturbed (human noises do not concern me). Bring a dumb phone just in case, turn off WiFi, and you are good to go.

I tried this a few weeks ago and went over one and a half chapters of "Crafting Interpreters" in 3 hours. I had to admit it was tough to go beyond that, but you might be able to do more with a healthier body. It was also from 10AM to 1PM so hunger had an impact as well.

hydroid7|1 year ago

It is also possible with uBlock Origin and it even works on Firefox Android.

OptionOfT|1 year ago

Overall browsers should be focused more on reducing distractions.

Shopping! Collections! Donate! Improve video! Zoom photo! Enhance photo!

klysm|1 year ago

Google disagrees

proee|1 year ago

Are there any browsers that are text only with nice formatting? Would be great to style the page just based of h1, h2 etc and make it beautiful to read from a typography formatting perspective.

klysm|1 year ago

I mean there is reader mode but your mileage will vary depending on the site markup

2Gkashmiri|1 year ago

Firefox extension please

koito17|1 year ago

Unfortunately, this extension decides to use Chrome-specific APIs rather than the standardized (and comprehensive) WebExtensions API. The good news is that people have written portable extensions with identical (or greater) functionality.

As others stated in the thread, ImageBlock and uBlock both have settings to toggle images. There's also ImageBlock X which provides a single button to toggle image blocking, like the extension in this thread.

naitgacem|1 year ago

you can use ublock origin, it has a setting for that. It's pretty much a necessity for me to disable JavaScript and images until i manually enable them. The modern internet is a mess

evilpie|1 year ago

Firefox also has the about:config preference permissions.default.image: 2, which will block most images.

ajdude|1 year ago

Will this work on manifest v3 chrome?

mrkramer|1 year ago

You might as well use "Reading Mode" when accessing websites.

behnamoh|1 year ago

why give PR to something that can be easily done via browser settings?

MarkinK|1 year ago

I just made it for myself and share it here. For me it is better to control by button and aute deactivate feature than with manual control.

lukew3|1 year ago

It's an easily accessible toggle. It would be a pain to be on a website where you need to see an image and have to go find the setting toggle it, view you content , then find and toggle it again.

hoten|1 year ago

What does PR here mean?

Edit, public relations I guess..

ranger_danger|1 year ago

because the way the extension does it is more convenient for some people

Sahil11111111|1 year ago

You can use unhook extension for youtube, hides a lot of distraction!

byyoung3|1 year ago

blocks linkedin. couldnt be happier

lucyben1|1 year ago

How do i know am dealing with a crypto Investment scam?

Paying a trading company funds to withdraw your profit is a pure scam.

Often payment’s demand is a scam.

Payment under pressure is a scam.

A well known special financial Adviser From Trust Guard Digital Recovery Service once made it known to the world that it actually takes nothing to carry out a job well known, making so much excuse at the middle of a contract or job just to demand for untold or unforeseen fees can result to scam at the end, these crypto scammers has no conscience to anyone who happens to be their victim, it is therefore wise for all to learn how to avoid such scam statism and their corning method, Trust guard digital recovery assets are always available to educate and help recovery lost assets, they are most trusted on the web with proofs of stolen funds recovery. for more info do reach out to,, trustguarddigitalassetsrecovery (AT) Aol com ’’ and be rest assured of a successful job well done.