- save all of the files from this repo to your test folder
- run
install.ps1to setup the basics - edit
server.ps1and add your PollinationsAI key (if no env is set already) - start
server.ps1 - open http://localhost:8080
[!NOTE]
install.ps1 to setup the basicsserver.ps1 and add your PollinationsAI key (if no env is set already)server.ps1[!NOTE]
Tip
⭐ As Powershell module for installation with updates:
... in pure Powershell 5+ / 7+ (Win, Linux, OSX, Docker, ...) -- for free (registration, but no moneys)
Tip
⭐ As Powershell module for installation with updates:
... in pure Powershell 5+ / 7+ (Win, Linux, OSX, Docker, ...) -- for free (registration, but no moneys)
Short URL to this documentation: https://is.gd/youtube_tv_ui
This is about the "YouTube on TV" interface to the default YouTube website (like SmartTVs use it - LG, Samsung, PS5, ...)
Benefits:
As quixel is being removed, all items are free to aquire. This script is to automate the process to add items to your account (As of writing, a total of 18874 items)
Note: This script only tested in the latest version of Chrome.
run.js)| CONHOST command line arguments | |
| this information may be out of date as microsoft has said that they will not keep this consistent | |
| all the information i found by experementing and reading the source at https://github.com/microsoft/terminal | |
| server handle token (accepted two ways) | |
| --server 0x4 (new method) | |
| 0x4 (legacy method) | |
| the arguments must contain only one of these | |
| --signal <arg:short as handle> | |
| an optional file handle that will be used to send signals into the console. | |
| This represents the ability to send signals to a *nix tty/pty |
Copy and paste the below one-liner into your powershell console (WIN+R, then "powershell.exe")
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://gist.githubusercontent.com/bananaacid/1dc9117571967b26ceabc972009137ae/raw/install_PowerShellGSM.ps1'))npx script template