I have a chrome content script running on a few pages, with a console.log
(and nothing else). I've noticed that on one page the script doesn't run (no console output). The only thing different about this page is that its original code runs with an error. Can this be the reason the content script does not run on this page?
Is there a way to make it run in spite of the error?