Leadbolt does everything humanly possible to hide their code from you. But not today my friends. I made it my mission to hack it so that I could enforce my own styles against the content.
If you are developing an android HTML5 app, simply place the JavaScript code I am about to give you below as the last thing before the closing body tag, and the Leadbolt ad code will be expose.
<script> alert(document.getElementsByTagName('html')[0].innerHTML); </script>
Run your code directly in any android browser. This will launch a JavaScript popup within your android application that reveals the rendered HTML tag source code.
Have fun, I’m sure this might work with all types of JavaScript based ad services for android devices.
I would also like to trigger your imaginations by saying the content is in an iFrame. You can access iFrame data using JavaScript/jQuery… think about this for a minute… now go play!