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.