IE11 Devtools - I know there is a way to persist console logs on navigation. (See the answer at the bottom of this SO post).
However, this only appears to work if I am navigating between URLs of the same domain.
If I navigate from, say, www.abc.com (with Devtools open and console logs set to persist) to www.google.ca, then the Devtools bar closes itself and I lose all my console logs.
Is there a way to, on navigating between different domains, 1) keep the Devtools bar open, and 2) persist console logs?
Thanks!