I recently switched from Firefox to Chrome, and I (possibly) missed an important feature. I was used to test javascript fragments on FF from the Firebug console as follows: open the console, write a script, and finally press CTRL + Return to execute the code.
It seems impossible to do the same in the Chrome console, since when I type the code there and press return to start a new line, the code is executed immediately.
Is there a way to reproduce Firefox behavior in Chrome?
Thanks.
Paolo
source share