Richard

Results 188 comments of Richard

You can use something like: ```css .page { line-height: 4ch !important; } ``` on the custom styling section of the reader view's options page.

It is possible to register a native voice using `chrome.ttsEngine` so that the new voice is available to all extensions. The problem is this module is still slow. It takes...

@markd89, implementing a local server could be a significant technical hurdle for the average user. To ensure this feature is accessible to everyone, we should integrate Kokoro TTS directly as...

I am working on this new extension based on Kokoro. It is still experimental and haven't tried it with the internal TTS engine of the Reader View. When it is...

Hi, Transifex is better. You can ping me here for merge when it is ready.

Right, I just removed the `pt_PT` from Transifex. Also the `pt` language is now available on the latest release. I just forgot to sync the git repo. https://github.com/rNeomy/auto-tab-discard/tree/master/v3/_locales

Running a meta check simultaneously for all tabs is an expensive operation. To address the issue, use a condition within the loop instead of generating a meta for all tabs.

Unfortunately, I cannot reproduce this issue. Can you confirm on a clean profile? What is the OS?