This function is built into the page, and I cannot change the original .js file:
cool.lol = function () {
}
Is there a way to add this function to some of my own scripts?
Like this:
cool.lol = function () {
}
Or do I have a way to detect that the function is complete, so I can start something after it?
source
share