Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days ago
JSON representation
Logs intercepted socket data to developer console in browser
- Host: GitHub
- URL: https://github.com/dchrostowski/web-socket-intercept-browser-extension
- Owner: dchrostowski
- License: mit
- Created: 2022-06-13T14:40:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T14:48:56.000Z (over 2 years ago)
- Last Synced: 2024-08-01T13:34:18.067Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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