Email or username:

Password:

Forgot your password?
Florens Verschelde

In Firefox, you can style the way a plain text response looks like by adding a `Link: <url>; rel=stylesheet` HTTP header.

Sadly doesn’t work in Safari or Chrome.

4 comments
Florens Verschelde

Also works with data URLs (in Firefox).

Amelia Bellamy-Royds

@fvsch Wait, how do you add HTTP headers to a data URI?

Florens Verschelde

@AmeliaBR No I meant using a data URL in the Link header value:

```
Link: <data:text/css;base64,…>; rel=stylesheet
```

Amelia Bellamy-Royds

@fvsch A good place to use the `tab-size` CSS property!

Go Up