I have been using firebug for quite a while now and just found out I can also use it on my ipad! I created a bookmarklet successfully and firebug shows up on webpages and I can inspect elements with no problem. The only issue I am having is with live editing - I can't seem to be able to edit any code on my site.
I visited the firebug lite website to find that version 1.3 did not have live edits but it was going to be made available in version 1.4 which I can't seem to find.
Can anyone help me with this? The js code I'm currently using for firebug lite is
javascript:(function(F,i,r,e,b,u,g,L,I,T,E)%7Bif(F.getElementById(b))return;E=F%5Bi+'NS'%5D&&F.documentElement.namespaceURI;E=E?F%5Bi+'NS'%5D(E,'script'):F%5Bi%5D('script');E%5Br%5D('id',b);E%5Br%5D('src',I+g+T);E%5Br%5D(b,u);(F%5Be%5D('head')%5B0%5D%7C%7CF%5Be%5D('body')%5B0%5D).appendChild(E);E=new%20Image;E%5Br%5D('src',I+L);%7D)(document,'createElement','setAttribute','getElementsByTagName','FirebugLite','4','firebug-lite.js','releases/lite/latest/skin/xp/sprite.png','
https://getfirebug.com/','%23startOpened');
Thank you