Is it possible to detect if evaluateOnNewDocument was called

Viewed 13

Chrome is providing an interface to evaluate a given script in every frame upon creation (before loading frame's scripts).

For app's integrity check, I was wondering if there is a way to detect this within the page's scope script, meaning, evaluating a property within window.navigator or such to tell whether there was a custom script execution prior to page loading.

0 Answers
Related