mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-14 23:06:14 +08:00
add
This commit is contained in:
parent
cef57b90da
commit
7cc92c222e
@ -147,12 +147,6 @@ asyncio.run(main())
|
||||
function mk_websocket_hook_code(){
|
||||
!function(){
|
||||
var websocket = new WebSocket("ws://127.0.0.1:8887/browser");
|
||||
var v_decodeURIComponent = decodeURIComponent
|
||||
var v_eval = (function(eval){
|
||||
return function(string){
|
||||
return eval(string)
|
||||
}
|
||||
})(eval)
|
||||
websocket.onopen = function(){
|
||||
var info = 'browser:start'
|
||||
console.log(info);
|
||||
|
Loading…
x
Reference in New Issue
Block a user