Bookmarks: 620
Folders: 82
Originally posted by Pesala:
That will count the number of bookmarks + folders. Close, but no cigar.
To check the exact number of bookmarks you can try this:
Export bookmarks as html file, open that file in opera and enter the following in the adressbar.
javascript:alert('Bookmarks: '+document.querySelectorAll('a').length+'\nFolders: '+document.querySelectorAll('h3').length)