When i include "snow.js" javascript some additional third party javascripts are also loaded in page. and when "snow.js" is not used then no third party javascripts are loaded. how can I find the code in "snow.js" which calls/uses these thrid party javascripts.
The "snow.js" file is a large file and it does not use organised programming format.
screenshot of sources when "snow.js" is included in main html
I am not able to find the code which uses this javascript file so that I can delete that.
It was like finding needle in haystack but out of 3500 line code I found by using these steps.
this worked for me. I dont know how it exactly worked but I removed the part of code which are used to call another scripts. for reference Dynamically load a JavaScript file
If anyone understands how this happed exactly please share.