Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

It is possible to copy only the response in web console?

  • 1 cavab
  • 1 has this problem
  • 2 views
  • Last reply by cor-el

more options

Ctrl+C an item in web console copies both time and response, example:

[13:28:58.020] function alert() {

   [native code]

}


How to copy only the response?

function alert() {

   [native code]

}

Ctrl+C an item in web console copies both time and response, example: [13:28:58.020] function alert() { [native code] } How to copy only the response? function alert() { [native code] }

All Replies (1)

more options

That isn't possible AFAIK.
Firefox 26 will have the possibility to select part of the text, so you can leave out the time stamp and only select what you want.
The current Nightly build (28.0a1) can suppress the time stamps via the toolbox options, so you do not even see them anymore.