I’m bored and want to practice my Rust skills. I am the creator of open-tv. If you have any idea for a linux desktop app, even if it seems quite complex, I will take it.
I’m bored and want to practice my Rust skills. I am the creator of open-tv. If you have any idea for a linux desktop app, even if it seems quite complex, I will take it.
Not sure if you can use rust to write browser plugins, but I really want a plugin that when you right click a link, you have to option to open the link with javascript disabled. Chrome or Firefox.
Extensions are in Javascript.
Rust can compile to webassembly. As for why someone would want to go through the tedious process of creating wasm to webextension bindings when Typescript exists, however…
Chrome also doesn’t allow webassemly in extensions, since you can’t audit it really.
Well damn. Isn’t that just ripe.
Opening a link in Firefox reader mode would be pretty cool!
I’ll try looking to see how easy it is to create an extension
https://github.com/mozilla/readability/
Edit: maybe this extension can be used https://webextension.org/listing/chrome-reader-view.html
I will take a look, thanks! And I got a huge ad right at the top of the page, how apropos.