Update Subscribe.ps1
This commit is contained in:
parent
0c06328b75
commit
06ed91eef9
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@
|
||||||
#>
|
#>
|
||||||
#############################################################################################################################################
|
#############################################################################################################################################
|
||||||
|
|
||||||
# Enter your youtube channel URL here, but you should test this script with my URL first ;D
|
# Enter your youtube channel URL here, ONLY if you are rehosting this script yourself
|
||||||
|
|
||||||
$channel = "https://www.youtube.com/iamjakoby"
|
# $channel = "https://www.youtube.com/iamjakoby"
|
||||||
|
|
||||||
Add-Type -AssemblyName System.Windows.Forms
|
Add-Type -AssemblyName System.Windows.Forms
|
||||||
$o=New-Object -ComObject WScript.Shell
|
$o=New-Object -ComObject WScript.Shell
|
||||||
|
|
Loading…
Reference in a new issue