kdzwinel / DOMListenerExtension

Chrome extension that allows you to monitor, browse and filter all DOM changes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group similar messages together

kdzwinel opened this issue · comments

I'd probably group them by target first, then type, then details.

(and would do that order in the table, too, actually)

I implemented simple version for now (if event type and target match then details are grouped):
screen shot 2015-02-27 at 22 56 08

But I can definitely do something more robust latter on.