13ft icon indicating copy to clipboard operation
13ft copied to clipboard

Relative Links Don't Work

Open wasi-master opened this issue 2 years ago • 0 comments

Description

If a site uses relative URLs for images such as <img src="./b.png"> then this fails to show them. I think finding links like that somehow (maybe regex or beautifulsoup?) and then replacing relative links with absolute ones (<img src="www.example.com/b.png">)

The same goes for hyperlinks, if a site uses relative/absolute hyperlinks then the extension should somehow detect those and also remove paywalls from those sites too

Additional Information

I would have to think about how to go on about fixing this sometime later

wasi-master avatar Oct 31 '23 17:10 wasi-master