mirror of
https://github.com/wuchangming/spy-debugger.git
synced 2026-01-25 14:44:03 +00:00
9 lines
262 B
HTML
9 lines
262 B
HTML
<script>
|
|
var showIframe = <%= showIframe %>;
|
|
if (window.top === window.self || showIframe) {
|
|
document.write('<script src="//<%= weinreDomain %>/target/target-script-min.js#anonymous"><\/script>');
|
|
} else {
|
|
//do noting
|
|
}
|
|
</script>
|