The configurations in the official DomLogger++ repo are much better than the ones provided here, you should probably use them instead.
This repos includes some useful configurations for the DomLogger++ extension by Kévin - Mizu. To import one of the configurations, navigate to the settings page of the extension, and either paste in the configuration or click on the import icon.
- URL params - This config displays some query parameters which the target site might be using, by hooking the
URLSearchParams.prototype.get
andURLSearchParams.prototype.has
functions. - Query selectors - This config displays all of the query selectors which the target has executed, by hooking the
document.querySelector
anddocument.querySelectorAll
functions. I will add support for JQuery selectors to this config in the future.