Zobacz wszystkie funkcje na stronie internetowej z konsolą

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