←back to thread

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