How does "TickTick - Todo & Task List" open a new window?

Hi all,
When you click the browser action of https://addons.mozilla.org/en-US/firefox/addon/ticktick-todo/ image

It opens a new window with no borders. How does it do it?

1 Like

also… does this count as remote code execution ? :smile:

Maybe popup or panel? Try to open new tab and execute: browser.windows.create({type: 'popup', url: ''}).
Does it look the same?

Remote code execution is when remote code controls your extension. The point is to have a safe verified extension that can’t become malicious simply by changing some remote server script.

1 Like

This seems just like a pretty standard OAuth flow?

Iit seems to be a panel type window.