ixff

Results 7 comments of ixff

> 站点适配和资源浏览推送下载倒是基本ok了 不过刷流得大改 看了一下午暂时放弃.... 其他大佬上吧 大佬,可以先提一个draft pull request,可能会减少重复工作。

现在在火狐上想自己安装非商店的扩展,一般都是自己上传到商店(自托管,非发布上架),本地载入限nightly版本?总之很麻烦。 其实就是manifest里缺了上述的字段,我加上后能过(但卡审核了,正常机器审核十分钟就过了)。 https://extensionworkshop.com/documentation/publish/signing-and-distribution-overview/ ---------- update: 之前应该是审核系统bug了,四五天了都还在审核;在manifest里添加了id和data_collection_permissions后,重新提交自托管,几分钟就过了审核。

I didn't downgrade qbittorrent.

http://192.168.1.200:5000/api/v2/app/version v4.6.6 http://192.168.1.200:5000/api/v2/app/webapiVersion 2.9.3

qBitController 1.0.0 works well.

> 感觉这个改法不是很安全。代码要是变了,就会直接报错了 “代码变了”你指的是网站哪部分代码变了? “报错”是因为啥?

> 如果网站修改代码,find找不到元素,直接remove的话代码就会报错吧。 不会报错。 [find方法](https://api.jquery.com/find/)返回的是[jQuery对象](https://api.jquery.com/Types/#jQuery): > Whenever you use a "destructive" jQuery method that potentially changes the set of elements in the jQuery object, such as .filter() or .find(), that method...