if (oSession.HostnameIs("www.youtube.com") && oSession.oResponse.headers.ExistsAndContains("Content-Type","text/html")){
oSession.utilDecodeResponse();
oSession.utilReplaceInResponse("old string","new string");
}
请告诉我我是否正确使用了上述脚本。
基本上,我如何替换/隐藏dolphin
搜索查询中的单词?我不希望客户端浏览器(我的 Google Chrome)以任何方式看到它。
示例:httpdolphin
://www.youtube.com/results? search_query= &page=3。
如果 Fiddler 无法做到这一点,那么您推荐什么其他应用程序?
谢谢