Skip to content

DOMLogger++ 1.0.5

Compare
Choose a tag to compare
@kevin-mizu kevin-mizu released this 16 Jul 15:15
· 133 commits to main since this release

Added

  • A new (CSPT) config is available in the configs folder.
  • New feature to remove response headers based on the JSON config.
  • CTRL+S can now be used to save JSON configs (#4) (Thanks @FeelProud).
  • Config keys can now contain several targets using "|".
  • Information about the current thisArg is now logged (#3) (Thanks @aristosMiliaressis).
  • The exec: regex directive now provides a target argument equal to the currently found sink.
  • A new _description root key is available within the configuration JSON (#6) (Thanks @xnl-h4ck3r).
  • New "current domain" and "current etld+1" buttons available in the popup (#8) (Thanks @Aituglo)
  • New pwnfox integration for Firefox (#8) (Thanks @Aituglo)

Updated

  • The whole background script code has been segmented and optimized into several files.
  • The usage of sendMessage has been replaced by storage.onChanged for cross-context data exchange.
  • Devtools clearStorage & removeRow buttons now update all Devtools tabs.

Fixed

  • Devtools data highlighting is now working fine in "show more" (#5) (Thanks @AetherBlack).
  • Event directive now properly hooks HTMLElement events.
  • allowedDomains regex now properly handles IP domains.
  • The Devtools should now stop having sync issues that require reloading them.