HumbleNewTabPage
HumbleNewTabPage copied to clipboard
Open Recently closed links in current tab
Clicking any Recently closed links will open it in a new tab even when "Open links in" is set to "Current tab".
The reason for this is it is using the browser function to restore the closed tab (same as Ctrl+Shift+T, which includes the tab history, and removes it from the recently closed list). There isn't an option to use the current tab with that API, and it also includes windows with multiple tabs.
Would it be possible to close the "HumbleNewTabPage" tab after calling this browser function?