Is there any way, like in Chrome, where I can manually trace the first script that loads, then continue with the next one and see what it does, then continue on the third one and so on and so forth until all the scripts are loaded?
I'm not sure if there is a problem on the backend or just some scripts removing some contents of my HTML.
I'd like to see how scripts affect the appearance and behavior of site by executing it one by one so that I'll be able to detect which scripts affect certain HTML.