Hello I am new to Weinre and I need to debug my website which seems to act strange when opened using an IOS platform. So I am using Weinre to debug it. I installed the tool and tested it running with the demo targets in the server itself. Now I need to add my website as a target and run it with an iphon (or ipad) and debug it with Weinre. I don't know how to add my website as a target, I cannot manually add the
<script src="http://123.456.7.89:8080/target/target-script-min.js#anonymous"></script>
script (do not have permission to manually change the page). so How can I do my debugging with Weinre? Thanks