Skip to content

DOMLogger++ 1.0.4

Compare
Choose a tag to compare
@kevin-mizu kevin-mizu released this 17 May 08:17
· 193 commits to main since this release

Added

  • New configs available in the configs folder.
  • New requiredHooks config option.
  • New exec: match and !match directives -> generate your regex using JavaScript.
  • It is now possible to fully configure the devtools table (hiding columns, reordering, etc.).
  • New domlogger.clean() function to reset the current Canary debugger.

Updated

  • hookFunction now ensures that the provided code is valid.
  • In case of attribute hooking, if neither get: nor set: is specified, both will be hooked.
  • The goto function has been optimized and should always be working.

Fixed

  • Internally used functions are now safely utilized, avoiding any DOS issues.
  • The devtools table is now perfectly responsive.