#aaronpkhm yeah, that's tough. I usually look for possible entry points into a JS file. that'd be things like globally defined functions, or code that traverses the DOM. once you identify the entry points, you can look for things that would cause those to be entered.