OrionReed / dom3d

Browser extension to view and debug the DOM in 3D space.
GNU General Public License v3.0
501 stars 11 forks source link

Customisable colours based on selector matching #8

Closed OrionReed closed 5 months ago

OrionReed commented 5 months ago

This PR adds:

The Selectors input takes a JSON array with objects in the following format:

{
  "selector": "input > *",
  "hue": 190
}