I'm familiar with the include()
solution for loading JavaScript via Firebug. The problem I have with it is that the scripts I include using this feature do not remain between page loads. As soon as I reload it appears I have to include the script again.
For reasons I won't go into, I do not have the ability to simply add the scripts directly to the page I'm debugging. Is there a place where js files hosted locally or online can be specified to be pulled in to whatever page I load in my browser?