Is there a way in javascript (or other) to handle a magnet link without the browser losing the focus? It'd be a little like opening a tab in the background without leaving the current page.
Open magnet link without losing focus
1.1k Views Asked by Sheraff At
2
another solution by using chrome API.
chrome.tabs.update({url: magnet_uri});