Is there any API in Firefox for loading user bookmarks using javascript?
thanks,
Bruno
For firefox, you can use the bookmark function in javascript via XPConnect. But this code may give the user a warning as a result of the privilege reason.
For more information about the code, you can refer to the online docs here https://developer.mozilla.org/en/Code_snippets/Bookmarks
IE does not provide a Javascript API for accessing favorites. You can write Win32 code to list the shortcut files to your favorite folder , and then use the appropriate COM goo to crack the data in the .url files themselves.
Source: https://habr.com/ru/post/1346525/More articles:What is the best IPC method for interacting inside a machine in Win32? - c ++Neutral / sleeping discriminator in a subclass - hibernatepg_dump 9.0 to pg_restore 8.3 - postgresqlDevice ID SERIAL ID in android 1.6 - androidAre some enterprise library application blocks obsolete? - authenticationHow to initialize an array of structure in C? - cThe shortest way INSIDE a polygonal algorithm / pseudo-code - algorithmChecking the success of payments in PayPal - paypalThe progress dialog is not displayed in the onActivityResult function - androidHow to create custom widgets? - javaAll Articles