Is there any way to force either Firefox or Chrome to interpret a loaded resource as a particular MIME type?
For example, the raw code views provided by online SCC interfaces such as Google Code send content as text/plain
by default. If I'm looking at an HTML file, I'd like to be able to override this in the browser and view it as text/html
.
Are there any extensions or hidden commands for Firefox or Chrome that provide "View as MIME type" functionality?