Shorten README to usage only
This commit is contained in:
parent
6dd73a4326
commit
91d35d1324
1 changed files with 0 additions and 33 deletions
|
|
@ -20,36 +20,3 @@ python3 firefox-tabs.py rdp # Use RDP on default port 6000
|
|||
python3 firefox-tabs.py rdp 9222 # Use RDP on port 9222
|
||||
```
|
||||
|
||||
## Setup
|
||||
|
||||
### Using Nix (Recommended)
|
||||
|
||||
```bash
|
||||
cd scripts/firefox-tabs
|
||||
nix develop
|
||||
python3 firefox-tabs.py
|
||||
```
|
||||
|
||||
### Manual Setup
|
||||
|
||||
Install Python lz4 library:
|
||||
```bash
|
||||
pip install lz4
|
||||
```
|
||||
|
||||
## Remote Debugging Protocol
|
||||
|
||||
To use RDP method, enable remote debugging in Firefox:
|
||||
|
||||
1. Open Firefox and go to `about:config`
|
||||
2. Set these preferences:
|
||||
- `devtools.debugger.remote-enabled` = `true`
|
||||
- `devtools.debugger.remote-port` = `6000`
|
||||
3. Restart Firefox
|
||||
|
||||
## Requirements
|
||||
|
||||
- Python 3
|
||||
- `lz4` Python library (for session file method)
|
||||
- Firefox installed and run at least once
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue