Question is very simple (to ask)
Is there any way to inject script into tab containing only image
and have URL in form of:
data:image/png;base64,iVBORw0K....
console gives me error:
Cannot access contents of url "data:image/png;base64,iVBORw0K....
data:
-URIs are generally static, you could replace the data URI with another data:-URI or extension page plus your desired functionality. – Adjacent