JSREI / ast-hook-for-js-RE

浏览器内存漫游解决方案(探索中...)
Other
1.5k stars 393 forks source link

个别网站js-file-cache不起作用 #8

Closed jdf159357 closed 3 years ago

jdf159357 commented 3 years ago

有些js文件名是动态的,js-file-cache内的文件每次是动态生成的,内文件名建议用 ?切割一下再md5 https://inv-veri.chinatax.gov.cn/js/common.js?0.16167900215975517 https://inv-veri.chinatax.gov.cn/js/result.js?0.27958429926531836

jdf159357 commented 3 years ago

源码里有写,耽误大佬时间了 // 这样粗暴地搞可能会有问题,比如淘宝那种贼恶心的模块加载方式 // const url = requestDetail.url.split("?")[0];