I have alias aria2c='aria2c -c -x 10 -k 5M'
, which regularly downloads 50%+ faster than Firefox.
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
@MonkderVierte I'm afraid I can't handle that from a browser extension, but good to know!
Eh, here's the manpage.
@MonkderVierte The thing is, since the code is running inside a browser extension there's no way to interact with third party tools that aren't part of the standard JavaScript api.
Well, I mean there's Native Messaging https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native/_messaging but it only works for PC (Bye bye to ~70% of Android users) and I'd have to use a forked version to be able to handle messages from the browser extension, so I think that's not the best solution for me
Yeah, thought so. But there was a slight hope you could replicate the parameters behavior.