ipfs / ipfs-companion

Browser extension that simplifies access to IPFS resources on the web
https://docs.ipfs.tech/install/ipfs-companion/
Creative Commons Zero v1.0 Universal
2.05k stars 325 forks source link

Track URLs that failed to load because gateway was down. #1097

Open whizzzkid opened 2 years ago

whizzzkid commented 2 years ago

Is your feature request related to a problem? Please describe. As part of #1092, we now have capability to reload the pages that failed to load because the gateway was offline. The check involves matching tab titles to validate if the page has content or did it fail. While this works, it won't work with non-english browsers or break in the future because the browsers could change the wording. I would like to improve the functionality to something like what @lidel suggested in the thread.

Describe the solution you'd like

Describe alternatives you've considered An implementation using title matching has been provided in #1092.

Additional context

Additional tasks

whizzzkid commented 2 years ago

@lidel can you please assign this to me?