Getting the url's of all open tabs with jQuery/Javascript?
I know I can read the URL of the current page, 开发者_StackOverflowbut is it possible to read the url's of all open tabs?
Thanks!
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.
No, you cannot, for security reasons.
You cannot do this from the client-side.
What is your motivation?
You should never have the need to do this.
精彩评论