Live data from Hacker News

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

github.com

1–10 of 60 posts

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

#3

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

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

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

#4

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

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).

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

#6
post #4

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

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).

But for LinkedIn and other sites, I still have to turn it on sometimes. But only for a few minutes. So I have the auto disable feature.

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

#7

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

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

This is exactly what this extension does

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

#8
post #6
post #4

Earlier quoted context omitted.

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).

But for LinkedIn and other sites, I still have to turn it on sometimes. But only for a few minutes. So I have the auto disable feature.

[deleted]
Post reply on HN