Q:

see all functions in a website with console

for(var b in window) { 
  if(window.hasOwnProperty(b)) console.log(b); 
}
0

New to Communities?

Join the community