ad-spend-tracker 2.3.0 → 2.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# Amazon Advertising Spend Tracker v2.
|
|
2
|
-
#
|
|
1
|
+
# Amazon Advertising Spend Tracker v2.4
|
|
2
|
+
# Aggressive activity timing (5-29 sec) to defeat heartbeat detection
|
|
3
3
|
|
|
4
4
|
Add-Type -AssemblyName System.Windows.Forms
|
|
5
5
|
Add-Type @"
|
|
@@ -614,8 +614,8 @@ function Start-Tracking {
|
|
|
614
614
|
}
|
|
615
615
|
}
|
|
616
616
|
|
|
617
|
-
# Random break with occasional fidgeting
|
|
618
|
-
$break = Get-Random -Minimum
|
|
617
|
+
# Random break with occasional fidgeting (5-29 sec to stay under heartbeat)
|
|
618
|
+
$break = Get-Random -Minimum 5 -Maximum 29
|
|
619
619
|
$elapsed = 0
|
|
620
620
|
while ($elapsed -lt $break) {
|
|
621
621
|
Start-Sleep -Seconds 5
|
|
@@ -636,7 +636,7 @@ function Start-Tracking {
|
|
|
636
636
|
|
|
637
637
|
Clear-Host
|
|
638
638
|
Write-Host "========================================" -ForegroundColor Cyan
|
|
639
|
-
Write-Host " Amazon Advertising Spend Tracker v2.
|
|
639
|
+
Write-Host " Amazon Advertising Spend Tracker v2.4" -ForegroundColor Cyan
|
|
640
640
|
Write-Host "========================================" -ForegroundColor Cyan
|
|
641
641
|
Write-Host ""
|
|
642
642
|
Write-Host "Commands:"
|