ChuyenVoiThanh
This commit is contained in:
@@ -11,12 +11,12 @@ npm install
|
||||
|
||||
2. Start Chrome with remote debugging enabled:
|
||||
```bash
|
||||
chrome.exe --remote-debugging-port=9222
|
||||
chrome.exe --remote-debugging-port=9222 https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
||||
```
|
||||
|
||||
Or on Windows, run from PowerShell:
|
||||
```powershell
|
||||
& "C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222
|
||||
& "C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user