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 :)
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.
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 :)
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
Sounds like a job for an AI layer