0

with any Firefox plugin (Firebug, whatever), how to see the path from a .js has been loaded?

Regards

Javi

Pointy
  • 405,095
  • 59
  • 585
  • 614
tirenweb
  • 30,963
  • 73
  • 183
  • 303
  • Isn't that the same as your [previous question](http://stackoverflow.com/questions/3935844/javascript-with-any-firefox-plugin-firebug-whatever-how-to-see-the-route-fro)? – Felix Kling Oct 14 '10 at 21:12

2 Answers2

1

Go to the script tab of Firebug. Choose the script you want. Then right-click the partial URL and select Copy Location to put it on the clipboard.

PleaseStand
  • 31,641
  • 6
  • 68
  • 95
0

Yes: TamperData will do that for you.

Pointy
  • 405,095
  • 59
  • 585
  • 614