- May 17, 2020
-
-
Anton Sarukhanov authored
Previously we assumed that ATP-rewritten links would have the querystring immediately after the domain. This commit updates the regex to match links even if they have a path component. Fixes #4.
-
- Nov 21, 2019
-
-
Anton Sarukhanov authored
An addons.thunderbird.net reviewer pointed out that innerHTML.replace() is risky, and textContent.replace() would be better. Instead of one big replace on the body contents, we now recursively do replacements on each text node and node attribute.
-
- Jul 10, 2017
-
-
Anton Sarukhanov authored
-