wangyizhi

Results 295 comments of wangyizhi

I started using docker-compose and then mounted the modified `proxy.conf` successfully. ```conf add_header X-Served-By $host; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Scheme $scheme; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Real-IP $remote_addr;...

mv3中的脚本猫后台脚本可行性验证: [cookbook.offscreen-dom.zip](https://github.com/scriptscat/scriptcat/files/11759920/cookbook.offscreen-dom.zip) 但是改动实在太多了,GM API也不确定能不能全实现,而且没动力,mv3重构计划等Google的ddl再说

firefox的mv3迁移指南:https://extensionworkshop.com/documentation/develop/manifest-v3-migration-guide/

GM_xmlhttpRequest 实现问题:https://github.com/w3c/webextensions/issues/176

@LiangShangQing 确定正确的删除了么? 删除的时候有没有报错?

考虑引入`AbortController `,可以看看这篇文章,大伙可以讨论一下 https://mp.weixin.qq.com/s/liTMB0sTcl6jkEjUPzCUjA

目前已实现setTimeout/Interval的资源回收,后续再考虑实现AbortController主动通知

这个暂时还没计划,iOS上架了一个扩展,结果一堆兼容性问题,还不会iOS开发,可能明年再看看了

头次知道,有时间我看看,如果不复杂的话可以试试

目前先进行mv3的重构,后续做这些