📜 ⬆️ ⬇️

Inline Code Finder - a new Firefox extension for web developers.

Just recently, an extension under firefox for web developers called Inline Code Finder was released .

image
The extension allows you to view on the open page:
  1. All styles embedded in html code
  2. All events embedded in html code (for example onclick)
  3. And the javascript code written in the href attribute of the tag

Facilitates the work of catching css and javascript inserts in html code. Especially useful on large projects.

All together we say thanks to the developer of the extension - Robert Newman (by the way, a very interesting blog, I advise everyone to look through).
Expansion comes in 2 types:
  1. In a separate extension
  2. And embedded in firebug

')

Source: https://habr.com/ru/post/47200/


All Articles