Embarking on the journey of creating a Firefox web extension/add-on has been an exciting experience for me. However, I am facing some challenges when it comes to navigating to a URL in the active tab. I have tried using
document.open('https://www.github.com','', 'noopener=true');
, but it keeps opening a new popup instead of redirecting the link in the same tab.
Any assistance would be greatly appreciated :)
Sincerely, Daan