How can a greasemonkey script / Chrome's user-script intercept a running websocket communication?
My goal is to have additional statistics for a in-browser game
How can a greasemonkey script / Chrome's user-script intercept a running websocket communication?
My goal is to have additional statistics for a in-browser game
You may use Firefox, then add the Firebug module then add & use websocket-monitor module to monitor websocket.
If you want to hook websocket from javascript you may also use wshook.
Credit to: https://github.com/Cryoscalpel