Hacker News new | ask | show | jobs
by dheera 848 days ago
Just install a browser plugin that allows you to load a custom stylesheet on every page.

Unfortunately I'm seeing an increasing number of websites using 500 <div>s with 45 nested layers of <div>s within each <div> to create a table instead of <table>s so it wouldn't work on those.

3 comments

> Just install a browser plugin that allows you to load a custom stylesheet on every page.

why have everyone do extra work when one person could do it for everyone else in about the same amount of time that it would take one client to do?

My take is that default styling is already bloated enough. Every-time I need to start out a new project, the first thing I do os to reset default styles.

Also, we already have a situation where different browsers have different defaults leading to an overall worse UX of the web.

So please, let's not do this.

Note that this requires giving the plugin permissions to read and write to all pages you visit. Browser extensions are routinely compromised by bad actors to steal banking passwords or bitcoin wallet keys.

I use tampermonkey, but I have it restricted to just one domain, which it complains about every time chrome is restarted.

Perhaps AI can automatically figure out how to do it for each page?