How to access add-on content script in Firefox console?

前端 未结 4 746
隐瞒了意图╮
隐瞒了意图╮ 2021-02-19 13:13

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

4条回答
  •  灰色年华
    2021-02-19 14:10

    In Firefox Developer Edition, go on "about:debugging" page and click on the "Debug" button beside your add-on to open the dev tools.

提交回复
热议问题