Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relative Links Don't Work #10

Closed
wasi-master opened this issue Oct 31, 2023 · 0 comments
Closed

Relative Links Don't Work #10

wasi-master opened this issue Oct 31, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@wasi-master
Copy link
Owner

wasi-master commented Oct 31, 2023

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 wasi-master added the enhancement New feature or request label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant