NikolaiT / uncaptcha3

Update of uncaptcha2 from 2019
164 stars 37 forks source link

Use a bookmark to inject JavaScript #1

Open szmarczak opened 3 years ago

szmarczak commented 3 years ago

The title says it all. No need to open a dev console. The URL is javascript:alert(1).

NikolaiT commented 3 years ago

Good idea. Currently I start the browser in remote debug mode and I inject the JavaScript via puppeteer. This works very fine.