You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: