Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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

  • 1 回覆
  • 1 有這個問題
  • 2 次檢視
  • 最近回覆由 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] }

所有回覆 (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.