Hacker News new | ask | show | jobs
by situational87 2519 days ago
There is some incredibly obnoxious script on this page that won't let you resize the text. First time I've seen that.

I often feel like the web couldn't possibly get any worse, and every day it finds a new way to surprise me and get worse.

1 comments

There is some horrible javascript that calculates what the font size should be based on the height of the browser. A large screen gets a huge font and if you zoom out then the resize event triggers which keeps the font the same size.

Might be one of the worst things I've seen on the web so far