2

Possible Duplicate:
Include javascript file in chrome console

Is there any way to include javascript file in the console from arbitrary location in my local filesystem? e.g. something like the C style #include "/path/to/script.js"

Community
  • 1
  • 1
lolski
  • 16,231
  • 7
  • 34
  • 49
  • I saw that one, but I'm thinking of a one liner where I can just open new browser tab and type import "/path/to/the/js" in the console straight away. Could be very useful if you test lots of javascript modules. – lolski Oct 24 '12 at 14:55

1 Answers1

0

Firebug doesn't have this yet, but it will probably be added in the next version (out in December or so).

Simon Lindholm
  • 2,266
  • 1
  • 21
  • 12