qq1226685735
Results
3
comments of
qq1226685735
同有疑问,为什么只能加参数lightproxy=true才能调试?这样设置的原因是什么?建议改成全部或自定义规则
不过可以注入这段重定向的代码,也可以调试 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') } }
1 3 4 2 5 6 0