Thread
:
N9 Qt: use build in browserengine instead of QtWebkit ?
View Single Post
Bundyo
2011-12-12 , 19:25
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#
4
WebKit2 is only process separation branch, hence probably not much difference from the QML WebKit widget.
If you manage to run it before the Twitter scripts, you can change the userAgent directly in the page by using __defineGetter__
Code:
window.navigator.__defineGetter__("userAgent", function () { return "new UA" });
__________________
Technically, there are three determinate states the cat could be in:
Alive
,
Dead
, and
Bloody Furious
.
Last edited by Bundyo; 2011-12-12 at
19:31
.
Quote & Reply
|
The Following 2 Users Say Thank You to Bundyo For This Useful Post:
helex
,
uvatbc
Bundyo
View Public Profile
Send a private message to Bundyo
Find all posts by Bundyo