Geoff Lankow
Geoff Lankow
With all the effort it took to make New Tab Tools into a WebExtension, it seemed silly not to have it on Chrome too. Now you can: https://chrome.google.com/webstore/detail/new-tab-tools/gfonmeedigdbjpgpeojioadpimflbogh Enjoy.
… and I don't intend to put it back. Google have made listing on the Chrome Web Store a gigantic waste of time, even moreso than it was when I...
Open With will soon be released as a WebExtension. Here's some notes on how to translate it. - If you're okay working with Git, clone the repo to your machine....
Your Open With options page might give you this message: > Something went wrong. There might be more information in the Browser Console. If that happens, open the Browser Console...
As you can probably tell from the long list of unanswered issues, I clearly don't have time for this. This Github project will now be put in read-only mode. Since...
As you can probably tell from the long list of unanswered issues, I clearly don't have time for this. This Github project will now be put in read-only mode. Since...
Hi @Brummolix, in [bug 1606584](https://bugzilla.mozilla.org/show_bug.cgi?id=1606584) we've (reluctantly) decided to change the list of folders in an account from a flat list to a hierarchy. As you're one of the very...
After this code: ``` var t = new Time({ second: 56, minute: 34, hour: 12, day: 1, month: 1, year: 2022 }); t.isDate = true; t.isDate = false; ``` `t.hour`,...
We need to somehow teach addons-linter about Thunderbird APIs. Currently it gives: ``` cloudFile.onFileUpload is not supported Warning: This API has not been implemented by Firefox. ``` It's a separate...
As a part of [bug 1531595](https://bugzilla.mozilla.org/show_bug.cgi?id=1531595) I want to add a "Find more providers…"-type link to the preferences tab. I wish we could decide what we call the feature though,...