Skip to content

1.3.2

Choose a tag to compare

@hryvinskyi hryvinskyi released this 12 Mar 11:27
· 3 commits to master since this release
3138c89

Key performance improvements:

  • Process all scripts in a single pass rather than modifying HTML multiple times
  • Handle script removals in reverse order to avoid offset recalculations
  • Only modify the response body when necessary with proper validation
  • Early exit conditions to avoid unnecessary processing
  • More efficient JSON handling with validation
  • Single string manipulation for removing scripts and another for adding content