Results 33 comments of Capitaine Fab

1. add russian language pack to firefox (add-on) 2. close firefox 3. run LC_ALL=ru_RU firefox ![2018-05-25-164333_3600x1080_scrot](https://user-images.githubusercontent.com/4095406/40550725-3cbedc98-603b-11e8-9ed4-dc4089688326.png)

@grahamperrin I browsed through the webextension API and found no such thing as a function returning the PID of a tab. This is to be expected, for two reasons. First,...

I see. This addon use the bootstrap api, and it looks like it was indeed possible...

I spoke too soon. Apparently, there is a way to retrieve the process id from a frame: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/webNavigation/getFrame Rather here: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/webNavigation/onDOMContentLoaded

Apparently, this is being deprecated and removed from the api. See for example the chrome api: https://developer.chrome.com/extensions/webNavigation#method-getFrame

Apparently, we can now use Opt+Semicolon. Any thought about reverting the shortcut from Opt+, to Opt+; ? This would please mac users…

From version 0.1.9, on MacOS, Alt+, should display the popup parameters (instead of Ctrl+,) can mac users test if it works or suggest another shortcut?

Indeed it would. I don't have much time to work on this project anymore, but any pull requests are welcome, especially for such features.