In preferably Google Chrome, is there a way to view which file/piece of code called for a specific resource?
I am trying to find where the file http://thevideos.tv/embed-f6ze1qjbt3qr-728x410.html
is requested from on the url http://putlocker.is/watch-three-amigos-online-free-putlocker.html
. I think they might have done some encryption in Javascript but I am not too sure.
Check the Initiator column on the Network tab of Developer Tools, if you hover over an item a popup shows you the trace of the scripts that initiated the request.