- Deprecated code injection for inspecting images on current page
- Not compatible with cors
iframes - Not compatible with style code
background-image: url("some.image") - Compatible with
pjaxpages
- Not compatible with cors
- Use
webNavigationandwebRequestto get image url and requestHeaders for all tabs- Not compatible with
pjaxpages, you will have to reload the page to do the magic - Compatible with cors
iframes - Compatible with style code
background-image: url("some.image")
- Not compatible with
- Use
webRequestBlockinganddeclarativeNetRequestto override request headers onDetected Images- This will be effective with images that have anti-hotlinking technologies
- Optimized codes to be more readable and faster