This is a small console bookmarklet piping the output of console to a div.
To see an example and for installation see my testpage at gh-pages: http://waxolunist.github.io/console-bookmarklet/.
I had issues with the existing alternatives especially on my iPhone. So this console div is touch enabled.
see http://christian.sterzl.info/#blog/how-to-install-bookmarklets-in-ios
There will probably a lot of issues especially on sites using already jquery or jquery ui. If you find bugs or issues plz let me know.
I don't have a master branch in this repository. The gh-pages branch is sufficient for this purpose. I added a small static node server to ease development. This server is mime type aware. You can start this server with node server.js . Maybe this small server has some value to anyone.
- Jupiter JS Console This bookmarklet didn't work for me.
- Firebug Lite This is THE debugging bookmarklet. But on small screens and touch devices I had some problems and it was definitely overkill, for what I needed.
- Mobile Console I couldn't get that one to run.
This is so simple I don't put a license on this code. You are free to fork and use.