Reputation: 27611
I'm working with some blackbox minified/obscured javascript that runs console.log('hoyo')
when it's ready for action.
I'd like to trigger an event when that value is logged to the console (I know this is bootleg). Is it possible to do so? Any advice would be helpful!
Upvotes: 1
Views: 740