Dung Beetle is a web development application built in JavaScript that enables the user to view the DOM and CSS of any webpage and edit them in real time. It was initially created as an alternative to Firebug, a powerful web-dev toolkit for FireFox. The name “Dung Beetle” is a parody of “Firebug,” as well as “Dragonfly,” the Opera browser toolkit.
Dung currently supports the following functionality:
- Live DOM view and inspection
- DOM attribute and HTML editing
- Live CSS view
- CSS editing
- Provides console functions like console.log and console.error


