Skip to content Skip to sidebar Skip to footer

Getting The Url's Of All Open Tabs With JQuery/Javascript?

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!

Solution 1:

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.


Solution 2:

No, you cannot, for security reasons.


Solution 3:

You cannot do this from the client-side.

What is your motivation?

You should never have the need to do this.


Post a Comment for "Getting The Url's Of All Open Tabs With JQuery/Javascript?"