ChuyenVoiThanh
This commit is contained in:
@@ -11,12 +11,12 @@ npm install
|
|||||||
|
|
||||||
2. Start Chrome with remote debugging enabled:
|
2. Start Chrome with remote debugging enabled:
|
||||||
```bash
|
```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:
|
Or on Windows, run from PowerShell:
|
||||||
```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
|
## Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user