Try it out!
Links and current information
- This project is stashed in Git. Follow me on Github!
- Dung Beetle is a project started by Andrew Ray (that's me!). My website is not live yet.
What is Dung Beetle?
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
What isn't Dung Beetle?
- Not a JavaScript runtime debugger (unfortunately). It is built with pure JavaScript, and you can't debug JavaScript with external JavaScript.
- Does not currently support complete DOM view, eg it doesn't relay information about DOM node events and functions such as 'onclick' and 'children'. Editing and viewing is only extended to what you normally would see with "view source."
What about Dragonfly/IE Developer Toolbar/Firebug lite/etc?
It's true that there are many Firebug-like applications out there for different browsers. But if these alternatives were perfect then Dung Beetle wouldn't be under development. It is the opinion of the creator that despite the already existing toolkits, there could be something better for non-Firefox browsers. Besides, nothing wrong with another choice, right?