How to halt javascript execution after page load (Firefox)

Solution 1:

You can probably break into the developer tools and pause all scripts.

Hit F12 to open the Developer Console. Click on Debugger Click the Pause Button

If F12 doesn't open the Developer Console, then it may need to be enabled, although I think it is enabled by default in the latest version.