Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Brainstorm
  4. Detect & get web page change on the fly?
Forum Update on Monday, May 27th 2025

Detect & get web page change on the fly?

Scheduled Pinned Locked Moved Brainstorm
2 Posts 2 Posters 2.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zither
    wrote on last edited by
    #1

    Dear all,

    I am trying to develop QWebView where some error of Non-unicode text are converted to Unicode Text.
    I made conversion algorithm, but the problems in some web pages such as facebook.com, Gmail.

    In Gmail Chat, Chat messages, status messages are not included in Html of QWebView at the time of loading.
    They are changing with the time. How can I detect & change such contents of Web page.
    In Firefox, there is a plug-in that can convert in such condition, I don't know how it works...

    "Here is Picture of Firefox work...":http://imageshack.us/photo/my-images/101/copyofgtalk.jpg/

    Thanks

    1 Reply Last reply
    0
    • P Offline
      P Offline
      pacanek
      wrote on last edited by
      #2

      hi,
      If it's done by the firefox plugin it is mostly done by JavaScript. You could try to do the same by running evaluateJavaScript(..) for every QWebFrame and it's subframes. (m_webView->page()->mainFrame()->evaluateJavaScript() )

      or at the other hand you may try to use QNetworkAccessManager to get the reply before it's provided to QWebPage and change it there.

      Hope it helped.

      AP

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved