Quote:
Originally Posted by alibanana
bump / just cause i copy paste this so many times
|
copy and paste it into notepad and save on desktop , then you wont have to bump old threads.
or run developer tools on a file:// URL, you can do something like:
s = document.createElement('script');
s.src = 'file://path/to/script.js';
document.body.appendChild(s)
As a workaround you could also paste in your oft-repeated code snippet into the developer tools.
or or there is a checkbox in Developer Tools > Settings labelled "Console: Preserve log on navigation".
or you can try this