which javascript files are NOT being used on page load
Is it possible to find out which javascript files are NOT used on a web page without having to add console logs or debug or removing them to see if things break? I'm looking for a tool, or a command line script or firefox plugin etc. For example, let's say I have these included in the header: <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/functions.js"></script> <script type="text/javascript" src="js/validation.js"></script> <script type="text/javascript" src="js/something.js"></script> On the page, calls are only made to functions in