Earlier quoted context omitted.
it's been some years, but I think it's still possible to detect the viewport resize without a corresponding window resize, so the 'docked' DevTools can be inferred distinct from a resizing of the window.
enable/disable a menu or toolbar then. Not sure what full screen would do either
Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
161–170 of 204 posts
Re: Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
#162There as another site - I can't recall which - when you open developer tools it had a recruiting ad there and asked you to apply.
Many sites do it, but the one I always recall is reddit. EDIT: BBC news puts a rather fancy one in the console Facebook puts a warning about self xss in the console.
Re: Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
#163This is worrying since I have accidently opened dev tools hundreds of times by clicking both mouse buttons when my cursor is near the bottom of the screen. I have a tic disorder (not Tourette's, because my tics are all nonverbal). One of my tics is that I mash both mouse buttons over empty space pretty frequently. I even go out of my way to keep my cursor positioned over empty space so I can mash the mouse buttons wh…
That's still Tourette's. Tourette's is described as an involuntary movement /or/ sound.
Re: Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
#164When you open devtools, by default it will try to load source code maps for your JS and CSS. Very simple for a system to detect the request for the map file. If that's their vector turn off the autoloader and try from a clean IP.
Unfortunately console.log(foo) calls foo.toString() if and only if the console is open, and there is no way to disable this in Chrome or Firefox. Edit: You can redefine console.log to be a noop, but that's also detectable.
Re: Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
#165This is worrying since I have accidently opened dev tools hundreds of times by clicking both mouse buttons when my cursor is near the bottom of the screen. I have a tic disorder (not Tourette's, because my tics are all nonverbal). One of my tics is that I mash both mouse buttons over empty space pretty frequently. I even go out of my way to keep my cursor positioned over empty space so I can mash the mouse buttons wh…
> I have a tic disorder (not Tourette's, because my tics are all nonverbal). That's still Tourette's. Tourette's is described as an involuntary movement /or/ sound.
EDIT: “vocal,” I should say, not “verbal”
Re: Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
#166Earlier quoted context omitted.
Unfortunately console.log(foo) calls foo.toString() if and only if the console is open, and there is no way to disable this in Chrome or Firefox. Edit: You can redefine console.log to be a noop, but that's also detectable.
This is not true, at least in Chrome. I've tried with an object with the `toString` property set, and tried with a function with an updated prototype. In both cases, Chrome just...displays the object.
Re: Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
#167Earlier quoted context omitted.
Lots of websites make me disable content blockers on Safari too, or even not let me use Safari (maybe because of Apple’s Private Relay?). The part I do not understand is even websites that verify you via 2FA do this, so I assume their goal is to track you no matter what.
In the general case, I assume it's mostly just bad coding practices, and developers not testing how their site performs with an ad or cookie blocker active.
Re: Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
#168Earlier quoted context omitted.
Makes no sense. If you’re considering switching to a different provider, getting blocked makes it impossible to continue to use the service?
Yes it does. Say you're an agency sending email on behalf of several different organizations. If you export one to send through CampaignMonitor (usually list or domain approval related), the employee who pulled the HTML gets their hand slapped by the IP ban. It's less likely to happen next time with a different campaign or different client. I haven't actually experienced the IP ban but I've sent for the same organiza…
Re: Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
#169Re: Tell HN: MailChimp blacklists your IP if you open the browser's dev tools
#170Earlier quoted context omitted.
The users of mailchimp don't need to make another mailchimp. They just need to handle their own email needs. That's a big difference. It's still not easy, and I would never be glib about it, especially since I've never run my own mail server on my own domain name before. But...several full-time jobs? How much mail do you need to send before postfix on a $5 VPS falls over? In terms of composing html mail that looks go…
> But...several full-time jobs? I think it depends on how important delivery is to your business. If your business team expects near 100% delivery and they want all the tracking features that give them insight into their promotional campaigns, then running email promotions on your own is quite a steep hill to climb. I run my own MTA on my own domain and only use it for verification purposes and I still have to fight…
That's why "use another service" was first on the list of alternatives.