wasi-master / 13ft

My own custom 12ft.io replacement
https://13ft.wasimaster.me
MIT License
2.64k stars 139 forks source link

Relative Links Don't Work #10

Closed wasi-master closed 1 month ago

wasi-master commented 10 months ago

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