←back to thread

328 points coloneltcb | 5 comments | | HN request time: 0.22s | source
1. tonymet ◴[] No.45057921[source]
funny, when I loaded Ticketmaster, nothing happened...
replies(2): >>45057938 #>>45065858 #
2. jshchnz ◴[] No.45057938[source]
ugh yeah, seems like they have some over the top security stuff to prevent this. saw this with a lot of financial sites too. probably ways around it but probably not worth the time for a fun project like this :)
replies(2): >>45058128 #>>45058507 #
3. ycombinatrix ◴[] No.45058128[source]
This project seems to be using Chrome to load the pages through Puppeteer.

Ticketmaster can easily check `if(navigator.webdriver)` before loading the page. I don't think that can be fixed without recompiling the browser. thank you Google, very cool.

EDIT: actually, the following flag might work?

--disable-blink-features=AutomationControlled

4. mensetmanusman ◴[] No.45058507[source]
Sounds like a job for an AI layer
5. tonymet ◴[] No.45065858[source]
whoosh