is it possible to display all executed script on a web page ?
For example, I make a "file_get_contents("https://stackoverflow.com/") in my code and I want to display all executed javascript link on my page.
I need to get this values :
If it's possible, how can I do it ?
Thanks for your answer :)