←back to thread

328 points coloneltcb | 3 comments | | HN request time: 1.846s | source
Show context
tonymet ◴[] No.45057921[source]
funny, when I loaded Ticketmaster, nothing happened...
replies(2): >>45057938 #>>45065858 #
1. 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 #
2. 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

3. mensetmanusman ◴[] No.45058507[source]
Sounds like a job for an AI layer