WebSocket Logger and Messenger

Logs websockets and allows you to send messages to them

작성자
ProKameron
일일 설치 수
0
총 설치 수
11
평점
0 0 0
버전
1.0.2
생성일
2024-12-12
갱신일
2024-12-12
크기
1.13KB
라이선스
ISC
적용 사이트
모든 사이트

NOTE: PLEASE STOP ABUSING THIS SCRIPT. THIS IS ONLY TO BE USED FOR LEARNING THE API, NOT FOR API HACKS.

Info

Everything is by console. Use Ctrl+Shift+C.

It will log all WebSockets if there are any and let you send messages to them.

To send a message to a WebSocket, send this in your console:

window.ws.send(JSON.stringify(/*what you want to send to the WebSocket.*/))

Built to work for Jackbox (jackbox.tv), but it also works for other sites that use WebSockets.