|
|
|
|
|
by tom-lord
4085 days ago
|
|
Ohh right, so your plan would be to essentially check for third-party javascript things running on the same page? This would be a really easy "security" measure to circumvent, though - I could literally just delete your monkey patch, for a start! |
|
Though, you do raise a valid point, so let's see how it plays out.
I don't know about the hierarchy of the prototype chain up at this level but it seems to work.Maybe there's some other way of getting to the built-in setTimeout so you can create your own version to mask the one I added?
EDIT you can embed an iframe and rip the native setTimeout from there.