• @Robin, my understanding of the case issues with require is to get the case of the filename right, and my filename is all lowercase. The errors you see are what happens after you get undefined back from require. If the module loads, and it does 90% of the time, I get no errors and my code runs as expected. Note that if this is merely an issue with the chrome extension, and not a "real" issue, I can live with it. Though I wonder what a 300ms wait would do, since I appear to be on the fence.

About