I am trying to open some url in a pinned tab using GM.openInTab, but firemonkey is opening url as a normal tab. Script is working properly in violentmonkey though. So Naturally I tried other options like container and incognito but same result not opening links in incognito tab or a container.
GM.openInTab(url, {
pinned: true,
});