Hover any element to inspect and copy CSS from websites
Hoverify is a CSS inspector extension that shows the HTML and CSS behind whatever your cursor is on: the rules the page's stylesheets declare, CDN sheets and shadow roots included, as well as the computed values. Edit or copy them without opening DevTools.
What the CSS inspector shows you
Point at an element and the panel fills with its markup and styles. Dock the panel and the page underneath stays clickable while you work.
Source CSS. Switch from the computed values to the rules the page's stylesheets declare, sheets on a CDN included, media queries and keyframes still in place.
Pseudo classes. Rules for :hover, :focus and ::before come through too, so a style can't hide in a state you're not in.
Media queries. Rules from @media, @container and @supports blocks sit with the rest of the element's CSS, and so do its keyframes.
Visual editor. Spacing, typography, borders, background, transforms and position, each with its own control instead of a line of CSS to type.
Syntax highlighting. Highlighted and editable in place, and the editor completes property names and values as you type.
Export. Copy the CSS, send the element and its children to CodePen, or save the HTML and CSS as a file.
HTML attributes. The HTML tab lists the element's attributes as editable fields. Rename one, change a value or add a new pair and the page takes it immediately.
Inner HTML. The markup inside the element opens in an editor of its own. Rewrite it and the page redraws as you type, so you can try a structure before you build it.
Walk the DOM. Arrow keys move the selection to the parent, the first child or either sibling, which beats hunting for a nested element with the cursor.
Everything the Inspector can do
The panel does more than show styles. You can rewrite copy in place, take elements out of the layout and pull the colors and fonts a page uses.
Edit Copy
Rewrite any text on the page and read it in place. Better to find out a headline doesn't fit now than after it ships.
Hide or Remove Elements
Hide or erase anything to see the layout without it. Hoverify keeps the list until you reload, so any of it can go back.
Color Palette
Every color the page's stylesheets declare, var() tokens resolved, in one grid. Click a swatch to copy it. Iframes get a grid of their own.
Font Viewer
The fonts each tag actually renders in, with a link to the file they came from, so you stop guessing which one won.
Search
Find elements by tag, id, class or any CSS selector. Hoverify outlines up to 500 matches and scrolls the page to the first one.
CSS Box
Hoverify draws the box model over the element itself, so you see its padding and margin where they actually sit.
Grids. Outline every element on the page at once, so you can see how the layout is actually built.
Guidelines. Horizontal and vertical rules run out from the element you're on, so you can see what lines up with it.
Accessibility. Role, accessible name, contrast ratio and ARIA attributes, with the violations the element trips.
What developers and designers say about the Inspector
Reviews that call out inspecting by name.

Michael Andreuzza
been playing with @hov3rify almost the whole day pure joy. This lovely tool is gonna help you a lot when inspecting CSS...love it

Madhu Menon
Found an incredibly useful web design / development tool called Hoverify. Allows you to inspect elements on any site, copy styles, show grids, check on different viewports, grab asset lists, hide elements, and a whole lot more.
Frequently Asked Questions
Have a question we haven't answered? Get in touch.
Built for the way developers and designers work
Hoverify keeps inspection, responsive testing, capture and page audits in one extension, so a problem you spot in the CSS never needs a second install to test it or hand it over.
- 3 browsers per license
- 14-day refund
- No auto-renewal
Keep reading
Guides from our blog that go deeper on this.
How to extract CSS from any website
The difference between computed and authored styles, and how to get the CSS you want out of a page.
Read the guideDebugging CSS: a systematic approach to layout issues
A five-step process for finding what broke your layout instead of guessing at properties.
Read the guideEditing CSS in production, safely
How to rehearse a hotfix on a live site without shipping a mistake to real users.
Read the guideCSS Peeper vs Hoverify
An honest comparison of the two extensions, including where CSS Peeper is the better pick.
Read the guide