Javascript – Getting the url’s of all open tabs with jQuery/Javascript

javascriptjquery

I know I can read the URL of the current page, but is it possible to read the url's of all open tabs?

Thanks!

Best Answer

No. It is not possible, unless it's being done from a Firefox extension or something similar.

I'm sure you can see why this would lead to all sorts of privacy issues.