kevin-mizu / domloggerpp

A browser extension that allows you to monitor, intercept, and debug JavaScript sinks based on customizable configurations.
https://x.com/kevin_mizu
GNU General Public License v3.0
490 stars 49 forks source link

Enabling a dev mode that logs extensive information to help debug crashes. #26

Open kevin-mizu opened 3 months ago

kevin-mizu commented 3 months ago

The main idea of this feature is to log everything that happens within the extension when a flag in the popup is set to true (dev=true). This will make it easier to identify the source of any bugs and determine if DOMLogger++ is the cause.