Earlier quoted context omitted.
mine as well
mine toooo
edit: ooo, i'm a...green house?
431–440 of 536 posts
Reply here if you just want to see how your username looks like, so we avoid noise and keep that Show HN on the top. comments are really interesting
Earlier quoted context omitted.
Why not create your own web extension? It will take just a few lines of code, you can look at this example for reference[0] (also on Github[1]). [0]: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Web... [1]: https://github.com/mdn/webextensions-examples/tree/master/bo...
I don't know about you, but I really don't want an extension for every small change one might want to apply to one specific site.
This is fun. One suggestion.. rather than creating a canvas for each user using a querySelectorAll and a loop, I'd use an IntersectionObserver and only create the canvases as they scroll into view. That way the user's device won't need to create hundreds of elements when the code runs. let observer = new IntersectionObserver( (entries) => { entries.forEach((entry, i) => { if (entry.isIntersecting) { const p = 2; cons…
Reply here if you just want to see how your username looks like, so we avoid noise and keep that Show HN on the top. comments are really interesting
These are very cute, but I'm mildly annoyed that mine is basically invisible