[qutebrowser] About plugins or Add-on

Florian Bruhin me at the-compiler.org
Tue Apr 21 17:26:38 CEST 2020


Hey,

On Tue, Apr 21, 2020 at 04:49:15PM +0630, Joey Goodwell wrote:
> Thank you for your help. As I mentioned before, I am no tech guy so sorry
> that I can't providemore precise information.

No worries! The link to the extension helped a lot to know what your goal is :)

> As I can think, let me provide the extension that I am talking about and
> it's address is "
> https://chrome.google.com/webstore/detail/mua-web-unicode-converter/jnmdbgnckbbmblkbammnfagdmikchhnp
> ".
> It is an extension that convert non-unicode fonts to unicode font .
> I sincerely hope that you can check it for me if you get time.

This should be something which can be done as a Greasemonkey script. So there are two possibilities:

1) Look at the sourcecode[1] of the extension and convert it to a Greasemonkey
   script, without using any of the chrome.* extension APIs (which this extension
   only seems to use for settings?). Needs some time and JavaScript skills, though.

2) Find an alternative as Greasemonkey script.

Here's some I found with a quick search:
https://userscripts-mirror.org/scripts/show/31211
https://userscripts-mirror.org/scripts/show/12332 (by the same author as above?)
https://userscripts-mirror.org/scripts/show/42941
https://userscripts-mirror.org/scripts/show/103745
https://userscripts-mirror.org/scripts/show/49538 (wrong way?)

Maybe one of those work with qutebrowser and does what you want. See the FAQ
for how to install them:

https://github.com/qutebrowser/qutebrowser/blob/master/doc/faq.asciidoc
(point 18)

Florian

-- 
me at the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org 
       https://bruhin.software/ | https://github.com/sponsors/The-Compiler/
       GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
             I love long mails! | https://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://listi.jpberlin.de/pipermail/qutebrowser/attachments/20200421/7a955ffc/attachment.asc>


More information about the qutebrowser mailing list