I am in the process of developing a web extension (for firefox) and use console.log a lot during the development process. I do not want my extension to be detected by the website itself, therefore my question:
Can js functionality of the website capture console.log output I generate from within a content script?
Thanks!