Embedded image is a URL scheme which lets you embedded the image data direct into the page/script content. The format is supported in FireFox, and largely used in GreaseMonkey's user script. IEScript support this feature which hacking technique for Internet Explorer.
The basic format of an embedded image is
data:;base64,
needs to be replaced by the mime-type of your data (image/png for
instance) and is the base64 encoded string of the actual bytes of the file.
Here is an example of embedded image in gif format and base64 encoded: