Show HN: I saw this mind-blowing experiment, so I made a simple version of it
41–50 of 140 posts
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#42made something similar 14 years ago... https://youtu.be/bEwsuWNxdno domain isn't mine anymore...
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#43I used the same LocalStorage sharing technique to update the target window when the setting had been changed on a separate browser window. Just listen for the storage.onChanged event for the update.
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#44Earlier quoted context omitted.
warning, this is really annoying. imagine you're infected with a ton of adware in the early 2000s you will be logged out of many accounts here's someone testing it out on Windows a few years ago, but I assure you even in the latest chrome on mac, it's at least as bad https://youtu.be/estvbRSj4LU?si=gq6-l4pWLC9yXqap&t=109
Why would you keep minimizing things instead of closing them? The video just looks like one of those meant to frustrate the viewer into wanting to do it themselves. I blame the creator of that video as much as the site itself. The site itself served a purpose. The person running that video has a much less clear motive
You should go to this site and test this.
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#45The available API's on the web are very questionable. Feross has a web security lecture series on youtube where he showed off the following abomination. Enter at own risk. https://theannoyingsite.com/
warning, this is really annoying. imagine you're infected with a ton of adware in the early 2000s you will be logged out of many accounts here's someone testing it out on Windows a few years ago, but I assure you even in the latest chrome on mac, it's at least as bad https://youtu.be/estvbRSj4LU?si=gq6-l4pWLC9yXqap&t=109
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#46Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#47Am I the only one that's horrified that window.screenX and window.screenY exist? This is not information that I want to provide.
Sorry, i'm a little lost. I tried thinking about it, but I can't think of any nefarious attacks someone could do with screenX/Y. Why is that such a risk? What could they possibly learn from that other than screen size?
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#48Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#49Cool! Feels like whichever window has focus, that window’s rectangle should draw on top.
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#50Am I the only one that's horrified that window.screenX and window.screenY exist? This is not information that I want to provide.
Sorry, i'm a little lost. I tried thinking about it, but I can't think of any nefarious attacks someone could do with screenX/Y. Why is that such a risk? What could they possibly learn from that other than screen size?
It would be another matter if this was a very useful feature, but I don't think that it is.
Here's one use for it: Ads could sense that they are off-screen and withhold content until the ad is moved back in view. I could easily see screenX/Y being used for that. I mean, I hope not, but how am I going to stop it?