Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dchrostowski/web-socket-intercept-browser-extension

Logs intercepted socket data to developer console in browser
https://github.com/dchrostowski/web-socket-intercept-browser-extension

Last synced: about 2 months ago
JSON representation

Logs intercepted socket data to developer console in browser

Awesome Lists containing this project

README

        

#### Web Socket Interceptor Browser Extension ###

### Testing in Google Chrome
1. Clone the repo
2. Enter url `chrome://extensions`
3. Make sure Developer mode toggle is active (upper right-hand corner)
4. Click Load unpacked (upper left-hand corner)
5. Navigate to where you cloned this project, select root directory
7. Open a new browsing tab and then open the browser's dev tools (F12) and look at the console
8. Open a web page that uses web sockets, watch the data logged from `socket-sniffer.js` in the console