Results 28 comments of FSpark
trafficstars

Same question, I even need regular expressions in the project I want to complete... If this could be supported, more things could be done!

The script above is perfect for me! If you have to implement it from mpv in Linux, [this](https://fspark.me/archives/Linux-mpv-bilibili-bangumi-Anime4K.html) could give you some help.

Take a simple look at it with developer tools: [wallabagger/options.js at master · wallabag/wallabagger](https://github.com/wallabag/wallabagger/blob/master/wallabagger/js/options.js#L509 "wallabagger/options.js at master · wallabag/wallabagger") ```js init: function () { this.port = browser.runtime.connect({ name: 'setup' });...

亲测,对照了log,IPv6访客记录的确会显示为0.0.0.0。。求修复

@Kenshin 作者大大有尝试过不上架,只签名进行自分发吗? - [签名和分发概述 | Firefox 扩展研讨会](https://extensionworkshop.com/documentation/publish/signing-and-distribution-overview/) - [自己分发附加组件 | Firefox 扩展研讨会](https://extensionworkshop.com/documentation/publish/self-distribution/)

@NoverNobida 看来是的,上面那条被认为是推广被删除了呢,事实上我是今天才偶然发现的这个扩展。

能理解,所有关于Firefox的Issues都早翻过了。但因为并不是毫无办法,所以只是对目前仍无任何进展的现状感到困扰。 也不催了,希望作者在空闲时间内琢磨下这两个方案,祝您生活愉快! 1. 尝试不上架AMO只签名自分发 * [签名和分发概述 | Firefox 扩展研讨会](https://extensionworkshop.com/documentation/publish/signing-and-distribution-overview/) * [自己分发附加组件 | Firefox 扩展研讨会](https://extensionworkshop.com/documentation/publish/self-distribution/) 2. 提供无签名zip >其实可以提供离线版的,但 Firefox 的神逻辑在于:每次重启 FF 后都需要重新载入一次... 有总比没有好,如何安装就让用户考虑吧。 这个问题是火狐政策导致的,但用户可以选择使用Developer, Nightly, Unbranded, ESR等版本,关闭`xpinstall.signatures.required`选项规避,从而持续安装使用。 亲测可以通过切换profile的方式从标准版无缝迁移到Developer。

Thank you for your reply, I have tried it, but I think you have misunderstood what I mean, the options in the plugin change the color of the system bar,...

Yes, like this: ![Screenshot](https://user-images.githubusercontent.com/20501721/195275743-d3d49f96-2852-44e7-853c-bf14b5bc7c63.jpg) `lightBar` in https://github.com/donmor/Tiddloid/blob/0719cbcd38bfa99face7d015d6569bce3daea6b9/app/src/main/java/top/donmor/tiddloid/TWEditorWV.java#L1858 doesn't always seem to work, some themes are even just CSS and don't change the colour palette. Wait.. why apply `setForceDark()` again to...

Yes, I've read that source code, what I mean is that the `page-background` in TiddlyWiki is already dark, which means that TiddlyWiki is already in a dark theme at this...