HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by greyface-

Comment by greyface- 5 months ago

1 reply

View on Hacker News

Yes. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Re...

In a similar vein, you can also use `Link: foo.css; rel=stylesheet` instead of `<link href="foo.css" rel="stylesheet" />` to specify stylesheets. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Li...

notpushkin 5 months ago

Only works in Firefox, sadly. But you can do some really weird stuff with it, like https://www.5snb.club/pages/contentlesshtml/ (https://news.ycombinator.com/item?id=42234837)

Reply View | 0 replies