domification

Track changes in a specific tab and get a notification when something happens

Stars
4

Domification

Chrome extension that track changes in a specific tab and get a notification when something happens. This allows to track browser changes where you want to get notified about the status update without leaving your terminal or browser. Since it uses the browser notification API, as soon as you click on the noficiation, you'll be taken to the tab where the change happened.

Sometimes front-end frameworks remove and re-create elements so it's not possible to highlight specific element changes. In this case, we traverse all the element parent elements and we highlight the first parent that hasn't been re-created.