wappalyzer icon indicating copy to clipboard operation
wappalyzer copied to clipboard

Chrome extension code cleanup

Open max-ostapenko opened this issue 5 months ago • 3 comments

While I was trying to fix #66, I expected stripping the code to only the functional features of the extension would help to understand and resolve the issues. This indeed should make supporting the extension easier in future for testing purposes and getting contributions that are reliably tested.

Adjustments:

  • removed internationalization, paid features, server requests (for simpler code)
  • turned caching to FALSE by default (since this extension should be helpful testing the new rules)
  • dynamic icon to TRUE (so that it's easy to distinguish from the official extension)
  • direct link to report an issue in the HTTPArchive's fork

Screenshot 2024-09-23 at 20 45 19

max-ostapenko avatar Sep 23 '24 17:09 max-ostapenko