sharpbrowser / SharpBrowser

A full featured web-browser built using C# and CefSharp
MIT License
881 stars 386 forks source link

Is it possible to modify html documents ? #51

Open devheroo opened 2 years ago

devheroo commented 2 years ago

I like to apply some modifications to the html document after the page is loaded, is this possible ? I looked into handling Browser_FrameLoadEnd method but I was not able to find a way to set the html document.

robinrodricks commented 2 years ago

You can ask this upstream at CefSharp which is the browser engine - https://github.com/cefsharp/CefSharp