Menu

📰
0

Reddit - Please wait for verification

Reading 0:00
15s threshold

I'm experimenting with the idea of a simple custom web browser. One aspect is dealing with history. To be clear about what I mean by history is web pages visited. Or perhaps more accurately intended web pages visited. My initial thoughts were to add the address of each page upon a NavigationCompleted event. But that was quickly soiled by pages like login gateway forms, capcha pages, and even search result pages, all of which I consider outside the pages I would want to keep. So my question is, how would you suggest dealing with this issue? How to determine what to keep and what not to, without user intervention which be more like a favourites system? I've some initial ideas but would like advice from more seasoned coders. I'm quite the part timer, Thanks. submitted by /u/robinredbrain [link] [comments]

Read More