I have developed an add-on for Firefox and Chrome. It has content scripts. I want to access them in the browser tab\'s console (on Firefox the Web Console). For example, I want
A simple solution is to just console.log() in the content script and then click the sourcemap link to view the script. As shown below:
console.log()