Click here to Skip to main content
15,887,434 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: It was 20 years ago today... Pin
Andreas Mertens8-Jun-22 5:05
professionalAndreas Mertens8-Jun-22 5:05 
GeneralRe: It was 20 years ago today... Pin
Mike Hankey8-Jun-22 5:09
mveMike Hankey8-Jun-22 5:09 
GeneralSOS - I made a blunder - Update Pin
dan!sh 6-Jun-22 22:59
professional dan!sh 6-Jun-22 22:59 
GeneralRe: SOS - I made a blunder Pin
Jo_vb.net6-Jun-22 23:08
mvaJo_vb.net6-Jun-22 23:08 
GeneralRe: SOS - I made a blunder Pin
dan!sh 7-Jun-22 0:09
professional dan!sh 7-Jun-22 0:09 
GeneralRe: SOS - I made a blunder Pin
Peter_in_27807-Jun-22 1:21
professionalPeter_in_27807-Jun-22 1:21 
GeneralRe: SOS - I made a blunder Pin
dan!sh 7-Jun-22 21:14
professional dan!sh 7-Jun-22 21:14 
GeneralRe: SOS - I made a blunder Pin
raddevus7-Jun-22 5:37
mvaraddevus7-Jun-22 5:37 
I think it is kind of a weird path:

C:\Users\<user-name>\AppData\Local\Microsoft\Edge\User Data\Snapshots\101.0.1210.39\Default
// I guess that 101.0.1210.39 is the version number so check yours

there is a Bookmarks file in there...
snapshot of the folder --
https://i.stack.imgur.com/2G0Wl.png[^]

I'm fairly sure that will be a Sqlite file. I'm checking on it now to see (will let you know).
UPDATE
Looks like the Bookmarks file is basically JSON -- snippet...
JavaScript
{
                  "date_added": "13252084155113895",
                  "guid": "3eb09616-b2d8-4da8-98f1-5f1dbad21bad",
                  "id": "30",
                  "name": "Information About the IIS File Transmission Protocol (FTP) Service",
                  "show_icon": false,
                  "source": "import_fre",
                  "type": "url",
                  "url": "http://support.microsoft.com/kb/283679"
               }, {



Update 2

Oh, also saw it up date Bookmarks file in:
C:\Users\<user-name>\AppData\Local\Microsoft\Edge\User Data\Default
I see there are Bookmarks.bak in there too.
I added google.com & saw it update the Bookmarks file:
JavaScript
"children": [ {
               "date_added": "13299089499366901",
               "guid": "15938707-b5f5-4bf2-b48e-0f0a2e149394",
               "id": "244",
               "name": "Google",
               "show_icon": false,
               "source": "user_add",
               "type": "url",
               "url": "https://www.google.com/?gws_rd=ssl"


modified 7-Jun-22 11:53am.

GeneralRe: SOS - I made a blunder Pin
dan!sh 7-Jun-22 21:12
professional dan!sh 7-Jun-22 21:12 
GeneralRe: SOS - I made a blunder Pin
Jalapeno Bob7-Jun-22 9:59
professionalJalapeno Bob7-Jun-22 9:59 
GeneralRe: SOS - I made a blunder Pin
Jacquers7-Jun-22 20:45
Jacquers7-Jun-22 20:45 
GeneralRe: SOS - I made a blunder Pin
dan!sh 7-Jun-22 21:14
professional dan!sh 7-Jun-22 21:14 
GeneralCCC 07-06-2022 Pin
pkfox6-Jun-22 22:08
professionalpkfox6-Jun-22 22:08 
GeneralRe: CCC 07-06-2022 Pin
OriginalGriff6-Jun-22 22:15
mveOriginalGriff6-Jun-22 22:15 
GeneralRe: CCC 07-06-2022 Pin
pkfox6-Jun-22 22:24
professionalpkfox6-Jun-22 22:24 
GeneralRe: CCC 07-06-2022 Pin
OriginalGriff6-Jun-22 22:33
mveOriginalGriff6-Jun-22 22:33 
GeneralRe: CCC 07-06-2022 Pin
pkfox6-Jun-22 22:44
professionalpkfox6-Jun-22 22:44 
GeneralRe: CCC 07-06-2022 Pin
Greg Utas7-Jun-22 0:55
professionalGreg Utas7-Jun-22 0:55 
GeneralWordle 353 Pin
Amarnath S6-Jun-22 14:31
professionalAmarnath S6-Jun-22 14:31 
GeneralRe: Wordle 353 Pin
OriginalGriff6-Jun-22 19:00
mveOriginalGriff6-Jun-22 19:00 
GeneralRe: Wordle 353 Pin
Peter_in_27806-Jun-22 19:59
professionalPeter_in_27806-Jun-22 19:59 
GeneralRe: Wordle 353 Pin
ChandraRam6-Jun-22 20:32
ChandraRam6-Jun-22 20:32 
GeneralRe: Wordle 353 Pin
Member 106520836-Jun-22 20:52
Member 106520836-Jun-22 20:52 
GeneralRe: Wordle 353 Pin
pkfox6-Jun-22 21:01
professionalpkfox6-Jun-22 21:01 
GeneralRe: Wordle 353 Pin
0x01AA6-Jun-22 21:09
mve0x01AA6-Jun-22 21:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.