淘宝

kissy dom study

向文档注入脚本并执行

 HtmlElement head = MyBrowser.Document.GetElementsByTagName("head")[0];

 HtmlElement scriptEl = MyBrowser.Document.CreateElement("script");

scriptEl.SetAttribute("text", "function removeBrowserUpdaterTip() {KISSY.DOM.hide(KISSY.get('.tb-browser-updater'));}");

head.AppendChild(scriptEl);

MyBrowser.Document.InvokeScript("removeBrowserUpdaterTip");

http://www.xlphb.com/index.html

淘宝U站

http://f.ai.taobao.com/

http://haikuo.me/

http://www.lm530.com/index.html

原文地址:https://www.cnblogs.com/halou/p/3347080.html