Is there any option for getting Bookmarks toolabr information from javascript code, i.e. Can we get information what are bookmarkleted in the Bookmarks toolbar [url, text etc.]?

link|improve this question

50% accept rate
feedback

2 Answers

It depends on the toolbar you are talking about (a browser bookmarks bar? which browser?) and the environment the JavaScript executes in.

Assuming the latter is "a webpage loaded in a browser", then the answer is 'no, that would be a horrific invasion of privacy and security risk'.

Other environments (e.g. a browser plugin) have different restrictions and may allow access.

link|improve this answer
feedback

I think you can't. This would be privacy violation. Ex: your js read bookmarks information and send by ajax to your server.

link|improve this answer
I have done it by cross domain request. – Amitku Apr 27 '11 at 6:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.