• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    Exporting Speed Dial and Stash pages (bookmarks)

    Opera for Windows
    15
    17
    13296
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • tr6
      tr6 last edited by

      yea, Opera is now my second browser, speed isn't everything. I left it behind and went with Ice Dragon. It's very secure. I installed a real skin, not just a background picture. "all in one side bar" extension is great! I imported all my bookmarks from Opera 12.16 ( they didn't import correctly into Opera 20 ), and the speed dial works well. I'm going to keep an eye on Opera though. Hope it will not be so Micky Mouse someday. My 78 year old mom likes it though, she finds it very easy to use!

      Reply Quote 0
        1 Reply Last reply
      • alex00752
        alex00752 last edited by

        http://help.opera.com/opera/Windows/1387/en/solutions.html#backup

        You can do a manual backup of certain files in opera profile

        Speed dial: "favorites.db" and "favorites.db-journal" and if you want to backup the speed dial thumbnails as well also backup "thumbnails.db" and "thumbnails.db-journal"

        Stash: "stash.db" and "stash.db-journal"

        Bookmark bar: "Bookmarks" and "Bookmarks.bak" and "bookmarks.db-journal"

        For a full profile backup copy the entire folder:
        C:\Users(Your User)\AppData\Roaming\Opera Software\Opera Stable

        I hope a backup tool will appear for opera 20+.

        Reply Quote 0
          1 Reply Last reply
        • hrobky
          hrobky last edited by

          I imported bookmarks to Firefox this way:
          (In Opera 24 all bookmarks are saved in stash.db. I didn't find anything in bookamrks.db nor favourites.db)

          • Download and install SQLite Browser
          • File -> Open Database: %appdata%\Opera Software\Opera Stable\stash.db
          • Swich to tab Execute SQL
          • Enter command:
          SELECT '[" || c1title || "](\*\*' || c0url || "\*\*)"
            FROM stash_fts_content
            JOIN stash
              ON stash_fts_content.docid = stash.uid
            ORDER BY stash.last_visit_date DESC
          
          • Copy&paste the results to notepad
          • Edit -> Replace " to nothing (remove quotes)
          • Edit -> Replace ** to " (convert ** to quotes)
          • Now save the file as blabla.html, don't forget to use UTF-8 to preserve accented characters, if any.
          • In Firefox: Show All Bookmarks (Ctrl-Shift-B) -> Import -> Import from HTML
          • Browse for the blabla.html

          The bookmarks get imported to Bookmarks Menu, sorted the recently visited first, keeping the Titles and URLs.

          Reply Quote 0
            1 Reply Last reply
          • hrobky
            hrobky last edited by

            Sorry, the SQL query got reformatted, the correct form is:

            SELECT "[" || c1title || "](**" || c0url || "**)" FROM stash_fts_content JOIN stash ON stash_fts_content.docid = stash.uid ORDER BY stash.last_visit_date DESC

            Reply Quote 0
              1 Reply Last reply
            • Deleted User
              Deleted User last edited by

              Please post the SQL command for Speed Dial (favorites.db) as well. I took a crack at it, but I got the following error message:

              ambiguous column name: url: SELECT "

              I only see the url column used in one table, so I don't see what the problem is.

              Thank you in advance.

              Reply Quote 0
                1 Reply Last reply
              • leria10000
                leria10000 last edited by

                With all due respect, I do not believe that we should have to use an external tool to do this. Opera should include a way to export Speed Dial to a file (hell, by this time we should have Sync back!).
                It also appears that they are moving away from Speed Dial for anything but the most commonly accessed websites to a regular Bookmarks file once again.
                Except that they have not made a tool that allows us to easily transfer what was once on the Speed Dial page to the new Bookmarks Page!
                Just seems like they have no idea what direction they wish to take Opera in at the moment.

                Reply Quote 0
                  1 Reply Last reply
                • pixelhound
                  pixelhound last edited by

                  For the SpeedDial, follow the same instructions above, but open Database: %appdata%\Opera Software\Opera Stable\favorites.db and use the following SQL command:

                  SELECT "[" || name || "](**" || url || "**)" FROM favorites WHERE type=0

                  Also, if you have folders in your SpeedDial, try something like:

                  SELECT "<dt>" || a.name || "[" || b.name || "](**" || b.url || "**)</dt>" FROM favorites a, favorites b WHERE b.type = 0 AND b.parent_guid = a.guid

                  But in this case you'll have to manually edit the resulting html Bookmarks file to be able to import it to Firefox/Chrome. It's easy, just create headers for each folder in the html file.

                  Reply Quote 0
                    1 Reply Last reply
                  • mascky
                    mascky last edited by

                    hoping this thread is still alive i would like to know in which of the file opera keeps the speed dial list. I had a crypto virus on my C drive and after cleaning and reinstalling opera the speed dial keeps disappearing every time i restart the browser.

                    Reply Quote 0
                      1 Reply Last reply
                    • leocg
                      leocg Moderator Volunteer last edited by

                      i would like to know in which of the file opera keeps the speed dial list.

                      Until 28 in the file "favorites.db". Starting on 29 in the file "Bookmarks".

                      Reply Quote 0
                        1 Reply Last reply
                      • cincamm
                        cincamm last edited by

                        exporting speed dial used to be very easy in opera. there was a speeddial.ini file that you would copy/paste and all your speed dial pages where saved. I've tried this thumbnail/favorites way that someone wrote a few comments before and what I had to do was open the favorites.db file in a text opener and manually copy/pasted url links. this was the only way it worked. I'm using opera version 29.0.1795.60
                        I really hope opera will make exporting speed dial more user friendly in the future.

                        Reply Quote 0
                          1 Reply Last reply
                        • shortshyt
                          shortshyt last edited by

                          Dayum! That's a LOT of work! I liked clicking import/export. I luv the speed dial thingie! I luv Opera. And while not being able to export the awesome speed dial makes me just a tad cranky for a minute, Opera still is better than the rest.

                          Reply Quote 0
                            1 Reply Last reply
                          • mangozine
                            mangozine last edited by

                            Hiya. I've probably come to this a little late, but here goes...

                            The easiest way to keep your old Startpage/Speed Dial settings, etc (between PCs at least), is to copy the entire Opera Stable folder from one PC to another (it's usu less than 20MB so it's not massive), you can find it here:

                            %appdata%/Roaming/Opera Software/Opera Stable

                            If you're running Opera at the time, you'll get a couple of 'cannot copy' or 'file in use' errors - this is just the files and tabs that are currently open.

                            For those using Windows 10, you can find the %appdata% folder by literally just putting "%appdata%" in the Start/Search box...

                            Hope this helps. If you're feeling more daring, you can look at the files using Notepad, which'll at least tell you what you have and haven't got in each one.

                            Reply Quote 0
                              1 Reply Last reply
                            • First post
                              Last post

                            Computer browsers

                            • Opera for Windows
                            • Opera for Mac
                            • Opera for Linux
                            • Opera beta version
                            • Opera USB

                            Mobile browsers

                            • Opera for Android
                            • Opera Mini
                            • Opera Touch
                            • Opera for basic phones

                            • Add-ons
                            • Opera account
                            • Wallpapers
                            • Opera Ads

                            • Help & support
                            • Opera blogs
                            • Opera forums
                            • Dev.Opera

                            • Security
                            • Privacy
                            • Cookies Policy
                            • EULA
                            • Terms of Service

                            • About Opera
                            • Press info
                            • Jobs
                            • Investors
                            • Become a partner
                            • Contact us

                            Follow Opera

                            • Opera - Facebook
                            • Opera - Twitter
                            • Opera - YouTube
                            • Opera - LinkedIn
                            • Opera - Instagram

                            © Opera Software 1995-2025