Another extension, that removes the 'Window is ready' notification and puts the window into focus. In contrast to all the other extensions, this uses ES6 syntax and is actively maintained.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
17 | Active |
16 | Active |
15 | Active |
14 | Inactive |
13 | Active |
12 | Active |
11 | Active |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Inactive |
5 | Inactive |
4 | Rejected |
3 | Inactive |
2 | Rejected |
1 | Rejected |
1. Remove line 6-18 (extension.js) and use `ExtensionUtils.getSettings()` instead. 2. Also null out `stealmyfocus` in disable. 3. Why are you using `this` in line 21 (prefs.js) when it's not in a method? If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions
Thanks for all the feedback! I just merged an MR and didn't watch these details since I'm very low on time but still try to keep the extension alive. Anyway, I uploaded a new version with all your suggestions.
Thanks!