Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

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

  • 1 odpowiedź
  • 1 osoba ma ten problem
  • 2 wyświetlenia
  • Ostatnia odpowiedź od 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] }

Wszystkie odpowiedzi (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.