Pinpoint where a Javascript being called?

Multi tool use
Pinpoint where a Javascript being called?
Using either Chrome or Firefox debugger, I can see that a call is made in Network, by a script to
https://freegeoip.net/json/?callback=jQuery112204764504606409188_xyz&_=xyz1
https://freegeoip.net/json/?callback=jQuery112204764504606409188_xyz&_=xyz1
However, I cannot find the originating script that's making this cross-site call.
Is there any way to pinpoint that by using just the Chrome or Firefox debugger?
1 Answer
1
Chrome: F12/Developer - Network (Record) - column "Initiator" (click for details)
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Thanks Julius, any Firefox equivalent?
– wez
Jul 3 at 8:14