Skip to content

Links New Tab

Alfredo edited this page Aug 14, 2025 · 1 revision

Explanation

By enabling this setting, all of your favourite Tabs will open in a new browser Tab, instead of performing a redirect to the requested page.

When enabled, you also won't be able to use Lightning Navigation as it will inherently be impossible to activate (read its article for more information).

Technicalities

Implementation

Before opening a link from a favourite Tab, the extension checks for this setting.

When the setting is off, the target for the URL is _top; otherwise, it is set to _blank.

Clone this wiki locally