V
V
Vlad2018-06-11 17:17:35
Google Chrome
Vlad, 2018-06-11 17:17:35

Which Chrome extension highlights all borders of HTML elements?

Lost the extension .. when activated on the current page, a border was drawn for each html element.
As a result, it was possible to conveniently see which elements are incorrectly laid out, overlap each other, go beyond the boundaries of the blocks ..
Does anyone know?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Belevtsov, 2018-06-21
@denistrator

*:not(path):not(g) {
    color:                    hsla(210, 100%, 100%, 0.9) !important;
    background:               hsla(210, 100%,  50%, 0.5) !important;
    outline:    solid 0.25rem hsla(210, 100%, 100%, 0.5) !important;
    box-shadow: none !important;
}

https://medium.freecodecamp.org/heres-my-favorite-...
CSS can be inserted into " User CSS " and enabled/disabled as needed

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question