is possible to run a script in chrome / firefox / msie's developer tools that survives to page loads/reloads?
for example, I want to get a link URL in page A, load that URL B and get its page title, then I want to return back in page A, select another link and so on
now, if I call window.location.href = somelink; the new page is loaded but the script dies while changing page
is this possible?
thank you in advance