LucasvanKasteren / tracker-radar-collector

Other
0 stars 0 forks source link

Find a way to capture DOM change events #1

Open gunesacar opened 2 years ago

gunesacar commented 2 years ago

We want to detect scripts that inject login forms to page. We should find how we can detect such injections using Chrome Devtools Protocol. Basically, we are looking for the correct CDP event type, so we can register an event handler.

gunesacar commented 2 years ago

We can start with listening to the event-childNodeInserted event.