HackerTrans
トップ新着トレンドコメント過去質問紹介求人

thomascz

no profile record

投稿

chrome://crash is the best home page

blog.thomasorlita.com
4 ポイント·投稿者 thomascz·6 か月前·0 コメント

Show HN: Bookmarklets for Developers

bookmarklets.websec.blog
2 ポイント·投稿者 thomascz·5 年前·1 コメント

コメント

thomascz
·5 年前·議論
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
·5 年前·議論
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...