View a Base 64 Image
WITH OUT STINKING JAVASCRIPT!!
1) Create a HTML file on the desktop (any plain text file that you save with a .html extension)
2) Open for edit with your favorite plain text editor
3) Use this code (nothing else needed):
<img src="data:image/png;base64,iVBORw0KGgoAA...AElFTkSuQmCC"/>
(Of course you must supply your own garbage after the "base64," part)
4) Save the file, open the HTML file from the desktop in FireFox!!!
1) Create a HTML file on the desktop (any plain text file that you save with a .html extension)
2) Open for edit with your favorite plain text editor
3) Use this code (nothing else needed):
<img src="data:image/png;base64,iVBORw0KGgoAA...AElFTkSuQmCC"/>
(Of course you must supply your own garbage after the "base64," part)
4) Save the file, open the HTML file from the desktop in FireFox!!!
0 Comments:
Post a Comment
<< Home