← Back to context

Comment by 1718627440

2 hours ago

Off-topic, but do you know Mozilla Firefox has a builtin calculator and unit conversion in the URL bar? For my personal use I rather use python and GNU units, but I guess for most users that live in the browser instead of the terminal, this could become their default calculator.

    browser.urlbar.suggest.calculator = true

I don't know if you need to restore the urlbar first, before that works.