Show HN: I saw this mind-blowing experiment, so I made a simple version of it
11–20 of 140 posts
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#12Use BroadcastChannel; you don't need no sockets https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_C...
Sounds like OP wanted to use sockets for fun though.
>The original work by Bjorn Staal used localStorage, but I found sockets more fun, because if tweaked a bit, this can be shared with friends.
Who among us hasn't overcomplicated things for fun? :)
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#13domain isn't mine anymore...
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#14Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#15(Ludum Dare 35 Overall Winner) WindowFrame: https://youtu.be/CY7NUHn6GQg?t=273
Window Kill: https://youtu.be/7iP68FZWVxM?t=160
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#16At first I thought this is an electron only thing. I get it that we gave up on fingerprinting resistance but this is like pissing on it's grave.
EDIT: privacy.resistFingerprinting set to true fixes the coords to 0
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#17Am I the only one that's horrified that window.screenX and window.screenY exist? This is not information that I want to provide.
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#18Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#19Am I the only one that's horrified that window.screenX and window.screenY exist? This is not information that I want to provide.