Results 28 comments of FSpark
trafficstars

It is not as smart as DarkReader, as shown in the picture, you can also test it with a dark palette like SolarizedDark: ## Normal: ![Screenshot_normal](https://user-images.githubusercontent.com/20501721/195289723-22e451da-ed43-49b0-ae7a-3c662d7283bc.jpg) ## SetForceDark ![Screenshot_Dark](https://user-images.githubusercontent.com/20501721/195289952-4484496b-e9e0-4fa7-8e28-8fa71c68def4.jpg)

Well, this should have been a nice feature.. 😢

Maybe it's because my system's WebView version (78.0) is too old... 😣

好思路,亲测在Firefox Nightly上也无法安装。 @mika-cn 作者可能用的是之前68老版的? 如@flosnvjx所言,如今的Firefox Android官方正式版已不再允许自由安装任意扩展了,现在能通过a.m.o.收藏集安装扩展的只有第三方和Nightly版。 不太懂扩展开发,愿意提供测试,能在手机上使用maoxian该多好 ps. 我还维护了一个修改版,有兴趣可以试试 [禁止 Firefox Android 自动跳转APP & 打破风险网站无法访问限制](https://fspark.me/archives/prevent-Firefox-Android-auto-open-APP-break-inaccessibility-of-risky-websites.html)

@mika-cn [15434003/1](https://addons.mozilla.org/zh-CN/firefox/collections/15434003/1/) 这里有,参照[官方教程](https://blog.mozilla.org/addons/2020/09/29/expanded-extension-support-in-firefox-for-android-nightly/)来添加,上面填`15434003`下面填`1`就好

@mika-cn @linonetwo 正如 @flosnvjx 所说,将 `nativeMessaging` 移入 `optional_permissions` 即可安装成功,但剪藏功能似乎不能正常使用,没有再测试了 版本:Firefox Android Beta 114 b9 ![Screenshot_20230530_011658](https://github.com/mika-cn/maoxian-web-clipper/assets/20501721/8d57b995-0f82-4ec6-b25b-ea13f9b5803e)

@linonetwo @mika-cn 能触发剪藏,只是保存不了,没有触发下载,按照说明改`about:config`设置允许访问本地文件也是无效的(不过 Android 版也应该没实现)。 @mika-cn 流程确实如你所说,只是切出去一会还能接受,只是剪藏范围手机上无法用方向键就只能用 adjust 按钮操作了,这样还是能够设置框选范围的。 新版本已经推送到 A.M.O 了,现在已经能从自定义扩展集中直接成功安装。 关于触发下载失败记得有 Tampermonkey 解决的先例,不知能不能派上用场,可以参考 https://github.com/Tampermonkey/tampermonkey/issues/1126#issuecomment-1462711919

@mika-cn 那这个如何?看起来 [Violentmonkey](https://github.com/violentmonkey/violentmonkey) 早就实现了:https://github.com/violentmonkey/violentmonkey/issues/1487

@mika-cn 确实,Maoxian 的保存毕竟不是 [SingleFile](https://github.com/gildas-lormeau/SingleFile) 那也只好搁置了,Mozilla 对该 API 在 Fenix 的后续支持请跟踪 [1538348 - [meta] Implement the |downloads| extension API](https://bugzilla.mozilla.org/show_bug.cgi?id=1538348 "1538348 - [meta] Implement the |downloads| extension API")

> I also just found this project, which seems to continue maintaining Redis on Windows: > https://github.com/tporadowski/redis > > If anyone has time to try this out, perhaps this is...