Would you happen to know if there would be a way to have a function run only if they all came out as false? I tried an else, but that runs after each URL. I would want it to check the whole array, then run function if none of URLs matched, essentially I'm making a blacklist for a Chrome Extension.