Is it possible to disable Javascript without reloading the page in modern Firefox?
Solution 1:
You can simply go to your dev-tools, in the Debugger Panel, and then click the Pause button || or press F8 :
(screenscast from FF54 on osX)
This will immediately stop all execution of javascript in the current page.