Hacker News new | ask | show | jobs
by yu3zhou4 813 days ago
Nice work! It’s possible to get rid of even that single div - https://35bytes.maczan.pl/
2 comments

Yeah I was about to mention that there was no need for the div, the body selector should be enough.

You could even remove the link tag and use the link header in the http response instead https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Li...

Thanks loads, I always love a day when I learned something neat, and you’ve made that happen today!!
awesome. the single div was a performance bottleneck for me.