I just started with making a firefox (web)extension / addon.
It is pretty awesome. But cannot really find it how to go to an url in the active tab.
When I do document.open('https://www.github.com','', 'noopener=true');
it will open a new popup. But it would be nice to go another link in the same tab.
Thanks :),
Daan