Javascript and bookmarks -


lets on page has long list of urls , want make sure have of them bookmarked. know have many of them in bookmarks list , avoid duplications as possible.

with in mind, able grab of links , open new tabs not contained in bookmarks list. can of getting links, , comparing links, don't know how access bookmarks via javascript.

i can in whatever pc/mac browser has workable solution. have ideas?

you never able access user's bookmarks via javascript. in fact, severe security hole.

javascript gets executed in socalled sandbox. means that, @ least in theorey, javascript never have access resources of client machine (in practice, sandboxes have bugs allow nasty things, different story).


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -