javascript - Fetching all the urls opened in the browser -


I know that getRequestURL will bring the URL of the page that I opened

I should know

Itemprop = "text" >

It is not possible to do this from a regular web page because it will be a serious security problem.

However, it is possible with browser extensions (for example, a chrome.tabs.getAllInWindow () function is available for plugins in Chrome, and accessing their URLs It is only a matter of looping through tabs obtained by that function and read .url property. See the documentation next).

Comments