我写了一个Chrome扩展程序,它的工作原理与预期的一样。单击按钮后,将打开一个具有功能void(window.open('https://example.com#url='+window.location.href,'_blank'));
的新标签页
我的问题:在尝试将此扩展程序用作Firefox扩展程序时,Firefox提醒我Firefox prevented this site from opening popup window allow extension
,并提供了设置弹出式窗口设置的功能。
问题:我如何调整扩展名以允许Firefox始终在https://example.com#url=http://any-other-url.com
类型的新标签网址中打开