Add a console for Firebug in Safari in a very simple way

   Safari is one of the simplest browsers for mobile terminals because it offers an extremely small set of functions and all with the idea of ​​improving the Internet browsing experience. If you do not have a jailbreak on your iDevices, you cannot improve the experience of using the Safari browser, but you can install other browsers that have more functions included but do not work as well. For those who do not want to jailbreak but want a Firebug console for their own iDevices there is now a very simple method to do so.

   Basically, all you have to do is create a bookmark in the Safari browser to call Firebug. After you have made the bookmark, you must edit it and add the following text instead of the url:

javascript:(function(F,i,r,e,b,u,g,L,I,T,E){if(F.getElementById(b))return;E=F[i+'NS']&&F. documentElement.namespaceURI;E=E?F[i+'NS'](E,'script'):F[i]('script');E[r]('id',b);E[r]( 'src',I+g+T);E[r](b,u);(F[e]('head')[0]||F[e]('body')[0]). appendChild(E);E=new%20Image;E[r]('src',I+L);})(document,'createElement','setAttribute','getElementsByTagName','FirebugLite','4′, 'firebug-lite.js','releases/lite/latest/skin/xp/sprite.png','https://getfirebug.com/','#startOpened');

  To activate the Firebug console you just have to visit a website and open the bookmark after the web page has loaded and the result will be like the one above. In the Firebug console you will have access to the source code of the website and many others, but the whole process is only useful for those who really need something like this. If the process does not work with the above code then try to copy that one available here.