Thanks." /> Thanks." /> Thanks."/>

In HTML file, how do I link to a cycript file?

63 Views Asked by At

I tried this in the head section but doesn't work:

<script type="text/cycript" charset="utf-8" src="Scripts/cycript.cy"></script>

Thanks.

1

There are 1 best solutions below

1
Tobias On

Cycript runs standalone on Android and Linux and provides access to Java, but without injection ! Never saw it linked from HTML (src include javascripts).