lightproxy icon indicating copy to clipboard operation
lightproxy copied to clipboard

使用问题反馈

Open gottayan opened this issue 3 years ago • 2 comments

1、不能同时使用whistle和debugger 2、不能在代理注入lightproxy=true参数,特别是在app里面入口链接无法修改的情况无法使用。 3、wenire功能无法使用

gottayan avatar May 26 '21 02:05 gottayan

同有疑问,为什么只能加参数lightproxy=true才能调试?这样设置的原因是什么?建议改成全部或自定义规则

qq1226685735 avatar Jun 25 '21 01:06 qq1226685735

不过可以注入这段重定向的代码,也可以调试 var href = window.location.href if(!href.includes('lightproxy=true')){ if(href.includes('?')){ window.location.replace(href + '&lightproxy=true') }else{ window.location.replace(href + '?lightproxy=true') } }

qq1226685735 avatar Jun 25 '21 02:06 qq1226685735