Updated 1.3 Implementation (markdown)

Samuel FORESTIER 2020-10-31 21:32:38 +00:00
parent 67ff9ee560
commit 4958d86bc1

@ -1,5 +1,5 @@
The Thunderbird `user.js` is based on the [ghacks-user.js](https://github.com/ghacksuserjs/ghacks-user.js) `user.js` for Firefox.
The Thunderbird `user.js` is based on the [arkenfox user.js](https://github.com/arkenfox/user.js) `user.js` for Firefox.
Each version major version of Thunderbird is based on the new ESR of Firefox. Where appropriate I have checked the options to see that they correlate to functionality within Thunderbird. This is done by manually checking [the source in dxr](https://dxr.mozilla.org/comm-release/source). If functionality does not exist the options are stripped from the config.
For more general information on implementation consider reading [1.3-Implementation](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.3-Implementation) from the [ghacks-user.js](https://github.com/ghacksuserjs/ghacks-user.js) project.
For more general information on implementation consider reading [1.3-Implementation](https://github.com/arkenfox/user.js/wiki/1.3-Implementation) from the [arkenfox user.js](https://github.com/arkenfox/user.js) project.