Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

nlydv/atom-io-imgfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Archived

The Atom text editor project was disbanded years ago and its website is no longer available, which renders this extension useless.

A very niche chrome extension

Ever since I started using Atom, the images on the site have been broken. Browsing through Atom's online package & theme repositories to find a suitiable plugin got on my nerves.

Installation

Intended for browsers that work with Chromium-based extensions (e.g. Google Chrome, Brave Browser, perhaps that one invite-only hipster browser you use that's still in beta) but should work with Firefox (if installed manually).

Install via chrome's webstore at this link or DIY:

  1. Clone this repo git clone https://github.com/nlydv/atom-io-imgfix.git
  2. In your browser go to the extensions page
  3. Toggle developer tools if not enabled already
  4. Click load unpacked and select the cloned repo folder
  5. Test it by going to a package page
  6. Observe working images
  7. Rejoice

How?

Turns out all the original image links were embeded in the html elements already.

Isn't a dedicated browser extension overkill?

Yes.