Images with relative URLS don't always work correctly
Hi. Love BazQux, I've been using it for years.
I've noticed that images don't show correctly for some blogs and I thought I'd let you know.
An example is https://go.dev/blog/greenteagc which contains relative image urls like: <img src="greenteagc/marksweep-007.png" />
My browser resolves this URL as https://go.dev/blog/greenteagc/marksweep-007.png whereas BazQux resolves it as https://img.bazqux.com/image_proxy/1440x1920/https://go.dev/greenteagc/marksweep-007.png.
It would be great if this could be fixed.
-
patrickdrd commented
are you familiar with tampermoney/greasemonkey?
if so, here's a script you can use to fix it:https://pastebin.com/raw/qRrYLVLW
feel free to test it on any other feed with relative images,
I tested on the one you gave with both the image proxy on and off and it works