HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thomascz

no profile record

Submissions

chrome://crash is the best home page

blog.thomasorlita.com
4 points·by thomascz·vor 6 Monaten·0 comments

Show HN: Bookmarklets for Developers

bookmarklets.websec.blog
2 points·by thomascz·vor 5 Jahren·1 comments

comments

thomascz
·vor 5 Jahren·discuss
I can't understand why so many websites use an onclick handler on a button to redirect to websites. It's not hard to even find something like <a href="#" href="https://example.com';">click" rel="nofollow">https://example.com';">click here</a>

The worst part is that it's not just random websites doing this, this can be found on most FAANG websites as well.
thomascz
·vor 5 Jahren·discuss
Layout shift. Google has an entire article [0] about why it's bad. But as this is likely never going away, I made a Chrome extension [1] (5 lines of code) that gets rid of the box.

[0]: https://web.dev/cls/

[1]: https://chrome.google.com/webstore/detail/remove-people-also...