Which actions can be done using the JavaScript browser console?
A: Yes. You can run arbitrary JS in the console (even if it doesn't touch the page).
B: Yes. You can inspect and modify DOM nodes via JS.
C: Performance reports are mainly in the Performance tab, not the console.
D: Yes. You can alter the DOM and redefine or override JS functions/variables at runtime.
E: You can read and set document.cookie, but HttpOnly ''security cookies'' cannot be read or changed from JS.
________________________________________
Currently there are no comments in this discussion, be the first to comment!