Hacker News new | ask | show | jobs
by phyzome 2187 days ago
One of the biggest annoyances is sites that use stylesheets to blank out the page until Javascript removes that style. I think this is to stop "flash of unstyled content" stuff that I really don't care about, but it's also trivially solvable by having Javascript add the style in question in the first place.
1 comments

It's one of the reasons I also started to block CSS, too. Sites tend to load quicker but I need to do more scrolling.