Http实战

Fiddler AutoResponder

 $().ready()
 {
     $("Header1_HeaderTitle").html("Updated By Indullged");
	 
}

 

如果要修改fiddler的捕捉的cnblog的颜色可以这么操作:

    static function OnBeforeRequest(oSession: Session) {

        if(oSession.HostnameIs("www.cnblogs.com")) {
            oSession["ui-color"] = "purple";
        }
}

 

 效果就是这样子的。

高点好玩的:

https://files.catbox.moe/erp04z.png
 x

 

 

 

posted @ 2021-12-10 09:13  Indullged  阅读(36)  评论(1编辑  收藏  举报