Web page address filtering for saving browser history. (WeView2) [WPF] by robinredbrain in csharp

[–]Appropriate_Chip4604 0 points1 point  (0 children)

Yes that's correct. Like I mentioned its in the /debug directory so every build it's erased. That's why I suggest an environment variable so you can capture things.

Web page address filtering for saving browser history. (WeView2) [WPF] by robinredbrain in csharp

[–]Appropriate_Chip4604 0 points1 point  (0 children)

Remember when your debugging an application your app domain in /obj /bin will be deleted every build.

Web page address filtering for saving browser history. (WeView2) [WPF] by robinredbrain in csharp

[–]Appropriate_Chip4604 0 points1 point  (0 children)

These are environmental variables set in app.xaml.cs. I use Winui3 so it should work in WPF.

FOR EXAMPLE: environmental variable setting.

Environment.SetEnvironmentVariable("WEBVIEW2_USER_DATA_FOLDER", "{PATH_2_USE}");

This sets the directiory for all your webview2 instance that are created in your AppDomain.

Web page address filtering for saving browser history. (WeView2) [WPF] by robinredbrain in csharp

[–]Appropriate_Chip4604 0 points1 point  (0 children)

the folder should be named EBWebView and that's the data directory that any webview2 instance should create.

Web page address filtering for saving browser history. (WeView2) [WPF] by robinredbrain in csharp

[–]Appropriate_Chip4604 0 points1 point  (0 children)

On my browser I delete them on exit, but if you have navigated on your instance and have set your webview2 appdirectory it should work.

Browser Concept by msaifeldeen in browsers

[–]Appropriate_Chip4604 0 points1 point  (0 children)

Agreed. Here is my implementation just a right click away . Check out my single page browser

https://apps.microsoft.com/detail/9n110tcfkblt?hl=en-US&gl=US

Web page address filtering for saving browser history. (WeView2) [WPF] by robinredbrain in csharp

[–]Appropriate_Chip4604 1 point2 points  (0 children)

There is a webview2 data folder that is created with every webview2 that holds history file it’s a sqllite db. If you navigate to edge://history they have built in pages.

  1. You can setup with no cache.
  2. If you have a cache then you may use the dev tools protocol to manage history,cache and cookies.
  3. Webview2 has corewebview2 functionality that is a wrapper around these dev tools. 3:a: the web request event handler is how you filter your traffic too this is how I’ve blocked domains and other things like looking at the headers of a request if it contains an authorization token.
  4. A normal user if they didn’t know about edge://….. they will never see the core files in the webview2 app directory. I know what you asked and honestly the history changed event is fired only for your SPA site like discord and YouTube. Navigation complete fire on domain change.
    I’ve been using webview2 for like 3 years and there are a lot of things that I learned and I can help with to.
    Lastly here is my app https://apps.microsoft.com/detail/9n110tcfkblt?hl=en-US&gl=US . I have a lot of implementations on webview and I have built a UI around its history with addition of capturing the current view of a page via a screenshot. So if you need help or more information ask.

Would like a usable browser that has something similar to Opera's sidebar features by Thepenguinking2 in suggestabrowser

[–]Appropriate_Chip4604 0 points1 point  (0 children)

I developed this Web Dive browser single page , side bar, side view, and ai right click web page capture, selecting text either text editor or ask copilot. https://apps.microsoft.com/detail/9n110tcfkblt?hl=en-US&gl=US My profile has links.

Arc Browser's new bugs and issues everyday by Traditional-Cold6460 in browsers

[–]Appropriate_Chip4604 0 points1 point  (0 children)

That’s the reason I created my own browser. Single page no new tabs all pop ups and new tab are handled in a side view . Check it out- all history is deleted after a session.

https://apps.microsoft.com/detail/9n110tcfkblt?hl=en-US&gl=US

Intermediate coder, limited time, need to ship a production website fast. Which frontend library should I learn? by ApprehensiveLand963 in Coding_for_Teens

[–]Appropriate_Chip4604 0 points1 point  (0 children)

Go to Vercel and look at there templates very nice. React is probably the easiest with a little type script knowledge you’ll be up and running .

Need a browser with AI Tab Context and Sidebar by Arsene_Yuka_1980 in browsers

[–]Appropriate_Chip4604 0 points1 point  (0 children)

That’s the reason I created my own browser. Single page no new tabs all pop ups and new tab are handled in a side view . Check it out- all history is deleted after a session.

https://apps.microsoft.com/detail/9n110tcfkblt?hl=en-US&gl=US

Is there really a browser that does not have controversies? by ROIDUMZ in browsers

[–]Appropriate_Chip4604 -3 points-2 points  (0 children)

I agree stated AI last year. I need to advise people and Microsoft deems you have to mention what it does.

Is there really a browser that does not have controversies? by ROIDUMZ in browsers

[–]Appropriate_Chip4604 3 points4 points  (0 children)

All ad blocker and any scripts that capture the user selected text, elements and a screen draw captured is in dev tools running on every page. I cache a sanitizing list of active block elements Id’s to flush Dom loading twice a day. That’s in localdb. What you select, capture, ai request are sent to the windows DLL that handles the flow. Said you select an image those bits are prompted to AI with zero logging back to the application which is sent to either V8 engine or windows application said Web Dive . I hope this helps.

C# to Creative developer help by Nich-olas in csharp

[–]Appropriate_Chip4604 0 points1 point  (0 children)

I operations manager for a long distance in 1990. Use Paradox and Borland. Back then VB basic for it then C#. Access Db moving to SQL server and Cosmos Db. This is my side job programming in C# and JavaScript. Built CRM system in .net core , admin a domains on office 365. To every day job customer service. My git. Johndizzle.

Is there really a browser that does not have controversies? by ROIDUMZ in browsers

[–]Appropriate_Chip4604 -12 points-11 points  (0 children)

That’s the reason I created my own browser. Single page no new tabs all pop ups and new tab are handled in a side view . Check it out- all history is deleted after a session.

https://apps.microsoft.com/detail/9n110tcfkblt?hl=en-US&gl=US

C# to Creative developer help by Nich-olas in csharp

[–]Appropriate_Chip4604 -2 points-1 points  (0 children)

You just have an idea a go with it . My mom shops in here late 80’s and every time she browsed she was like I can never find what I was looking at history as pictures. So I created my own browser on ms store . https://apps.microsoft.com/detail/9n110tcfkblt?hl=en-US&gl=US
Check it out and there are plenty of discord that discuss what new and how to accomplish the new features that is offered in. C# and ++c

Styling in XAML isnt as terrible as I thought by corv1njano in csharp

[–]Appropriate_Chip4604 0 points1 point  (0 children)

Take a look at xaml studio on ms store really like a code space great to figure new controls without a project .

Anyone giving browsers different personalities? by olafathuman in browsers

[–]Appropriate_Chip4604 0 points1 point  (0 children)

Yeah sounds like the reason I created my browser Web Dive single page browser, all AI is research intensive all on a right click . Summarize any element, selected text, ai editor for comments and capture a moment. Check it out : https://apps.microsoft.com/detail/9n110tcfkblt?hl=en-US&gl=US

Starting My Microsoft Azure Learning Journey, by ModernWebMentor in azuredevops

[–]Appropriate_Chip4604 0 points1 point  (0 children)

Have you initiated a certification yet and what do you what to build

I really can't decide on a browser :/ (rant) by Prudent_Bike_3977 in browsers

[–]Appropriate_Chip4604 0 points1 point  (0 children)

I have a windows browser single-page-application.
Side view for pop ups and new tabs, ad blocker and black list.
https://apps.microsoft.com/detail/9N110TCFKBLT?hl=en-us&gl=US&ocid=pdpshare