Play youtube in window with small shell with no border around it, can set opacity, suitable using in office hour
- you may need to have permission to execute powershell script
- Check if your machine can run custom powershell script
PS C:\Users\xxxx> Get-ExecutionPolicy
Unrestricted
- if not Unrestricted, open powershell and run as admin, then set it to Unrestricted
PS C:\WINDOWS\system32> Set-ExecutionPolicy Unrestricted
Execution Policy Change
The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose
you to the security risks described in the about_Execution_Policies help topic at
https:/go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"): A
PS C:\WINDOWS\system32>
-
download zip from github and unzip it
-
Double click YoutubeShellPlayer.bat to start the Player
-
Then input the youtube url i.e. https://www.youtube.com/watch?v=XXxxXXxxXXxx
-
Then wait sometime for downloading.
-
After that it will pop up a no boarder window.
- Scroll up/down: +- Opacity
- Mouse left: Drag window
- Mouse Right: Close window
- Space: pause/play
- Arrow left/right: +- time
- Arrow up/down: +- Volume
If you want to delete the cache you can run DeleteCache.bat by double click it
If you want to PlayBack the Cache Video you can run PlayCacheVideo.bat by double click it
- Windows XP with Service Pack 2 or higher
- .NET Framework 4.5 or higher (https://www.microsoft.com/en-us/download/details.aspx?id=30653)
- Powershell 3.0 (https://www.microsoft.com/en-us/download/details.aspx?id=34595)
- youtube-dl (https://github.com/rg3/youtube-dl/blob/master/README.md) (support auto update downloader when need to download video from youtube [update @ 2021/08/26])