I have three questions about QWebengineView (Qt 5.7.0):
How can I modify the web content (add extra html/javascript) during load (before render)
How can I get events when javascript resource included in webpage is loading ( I want to modify them, too).
I get html content by page()->toHtml then set it back by setHtml , but content rendered don't like original (seems to loss format)
Thanks for help!