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.13 KB
License
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.