It is possible to copy only the response in web console?
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)
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.