Skip to content
Snippets Groups Projects
  1. May 17, 2020
    • Anton Sarukhanov's avatar
      Handle links with arbitrary path. · d009e190
      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.
      1.4
      d009e190
  2. Nov 21, 2019
    • Anton Sarukhanov's avatar
      Stop editing HTML as text. · f88c0eb0
      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.
      1.3.3
      f88c0eb0
  3. Nov 06, 2019
  4. Oct 23, 2019
  5. Oct 22, 2019
  6. Sep 26, 2019
  7. Jul 10, 2017
Loading