devtools-highlighter
devtools-highlighter copied to clipboard
DevTools extension that finds and highlights elements in the page
I tried using this on a google search results page and could not get a response. But then I noticed that the results were taking effect in another tab I...
A good idea and clean job ! Maybe the alternative to the defunct "FirePath" for CSS. Just some improvement need to be better: 1 - Adding "Inspect with devtools-highlighter" in...
This can be done in Firefox, see the docs here: https://webextensions-experiments.readthedocs.io/en/latest/basics.html Using this, we could prototype an API that can highlight nodes in the DOM. This way we wouldn't need...
Right now the highlighter (the thing that is displayed in content, to show which elements matched) is using an outline and pseudo-element: ```css [__devtools_highlighted] { outline: 1px solid #f06; position:...
"Content Security Policy: The page’s settings blocked the loading of a resource at self (“style-src”). devtools-highlighter"
Not a bug or feature, I just want to discuss something. From the start, my goal with this extension was to **highlight** elements in a page. I wanted a quick...
Searching for only, say, `z-index` (only key, no value) would be useful. Sometimes you need to find all nodes that have a z-index defined, ignoring the value.
This was hacked up together in one evening, so of course tests were the last thing on my mind. But it won't be able to survive much longer without proper...
Firefox DevTools supports 2 themes (well 3 if you count the Firebug theme, but it's similar to the light theme). The extension currently looks good when DevTools is set to...
The UI is just HTML, CSS, JS. It would be super useful to be able to make changes to it without having to load an extension in Firefox, but just...