Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

Commit 50b89af

Browse files
committed
Update readme
1 parent ac1c1e2 commit 50b89af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,18 @@ You might want to check out online [demo page](http://janodvarko.cz/test/websock
1919

2020
Hacking on WebSocket Monitor
2121
----------------------------
22-
1. Get [JPM](https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/jpm): `git clone https://github.com/mozilla/jpm` ([CFX](https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/cfx) is not supported anymore)
22+
1. Get [JPM](https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/jpm): `git clone https://github.com/mozilla/jpm`
2323

2424
2. Switch to the JPM folder and [install](https://www.npmjs.org/doc/cli/npm-install.html) and [link](https://www.npmjs.org/doc/cli/npm-link.html) it via `npm install` and `npm link`. (Also needs to be done after fetching the latest changes to the JPM repo.)
2525

2626
3. Get the WebSocketMonitor repo: `git clone https://github.com/firebug/websocket-monitor.git` and install its dependencies via `npm install`
2727

28-
4. Run `jpm run -b <file path to your Firefox binary>` in the source directory to launch Firefox (you need custom Firefox build see [releases](https://github.com/firebug/websocket-monitor/releases) at the moment), which automatically creates a clean profile.
28+
4. Run `jpm run -b <file path to your Firefox binary>` in the source directory to launch Firefox, which automatically creates a clean profile.
2929

3030
If you wish to run it with an existing profile, first create a new profile via the [Profile Manager](https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles), and then run `jpm run -b <file path to your Firefox binary> -p <path to your Firefox profile (needs to start with /)>`.
3131

3232
Further Resources
3333
-----------------
34-
* RDP: https://wiki.mozilla.org/Remote_Debugging_Protocol
3534
* Add-on SDK: https://developer.mozilla.org/en-US/Add-ons/SDK
3635
* DevTools API: https://developer.mozilla.org/en-US/docs/Tools/DevToolsAPI
3736
* DevTools/Hacking: https://wiki.mozilla.org/DevTools/Hacking

0 commit comments

Comments
 (0)