open-url-in-container
open-url-in-container copied to clipboard
How to create link that opens with no container
How to create a link that opens with default container or no container at all
Tried with empty name but got this error
<a target="_blank" href="ext+container:name=&url=*****>*****</a>
Error opening URL: at least one of "id", "name" should be specified.
using id=0 instead of name resulted in error too
if any one is interested in this see pull request https://github.com/honsiorovskyi/open-url-in-container/pull/102 you can self pack it to an xpi with instructions from here https://extensionworkshop.com/documentation/publish/submitting-an-add-on/