You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced chrome.tabs.discard() with chrome.tabs.remove() on explicit close (X).
Calling chrome.tabs.remove() completely destroys the tab session from Chromium and triggers Vivaldi's internal offerEraseTabId listener, erasing the tab ID from Pge.Z.
When reopened, Vivaldi's native _createRelatedTab() runs with an empty tab ID, spawning a brand-new pristine tab pointing straight to your configured Home URL across all websites (ChatGPT, NotebookLM, Artificial Analysis, Grok, Claude, Reddit, Twitter/X, custom sites).
Cleaned up all legacy workarounds, race conditions, and heuristic resets.
Multitasking (clicking outside / blur) continues to keep your active conversations 100% warm.