Friday, 10 January 2025

Increase YouTube Watch Time

$url1 = "https://www.youtube.com/watch?v=_l9OCDpJhFE&ab_channel=AfricantalesByChike"
$url2 = "https://www.youtube.com/watch?v=S8prwGeXDDE&ab_channel=AfricantalesByChike"

$j=1
for($i=1;$i-lt10;$i++){
$j=0
    do{
    [System.Diagnostics.Process]::Start("chrome.exe","--incognito --new-window $url1 --window-size=500,500")
    [System.Diagnostics.Process]::Start("chrome.exe","--incognito --new-window $url2 --window-size=500,500")
    $j++
    }
    until($J-gt3)
    cls
    Write-Host "Started: " -ForegroundColor Green -NoNewline
    $i
    
    Sleep -Seconds 900
    Stop-Process -Name Chrome
    
}



----------------------------------- End ------------------------------------------