WebSocket Logger and Messenger

Logs websockets and allows you to send messages to them

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
ProKameron
1日のインストール数
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.