Javascript – How can I recursively search all global variables for a string?
On any modern website there are a lot of global variables of complex configuration. Some are simple strings or dates, some will be objects or arrays. I want to search for the string hello to see if it is the…