This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ابحث في الدعم

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 (رد واحد)
  • 1 has this problem
  • 2 views
  • آخر ردّ كتبه 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.