I want to bookmark all the links present on a site into a new bookmarks folder. Is there any script to do that? Example: From the Wikipedia page containing a list of American Scientists (http://en.wikipedia.org/wiki/List_of_American_scientists), I want to bookmark each and every link containing the scientist names into a new folder named "American Scientists".
Thanks!
You should look into creating an extension for chrome or firefox.
You can then use javascript/jquery to get all of the links in the DOM and add them:
Bookmark function was taken from here: Bookmark Javascript not jquery for website