本歌单由Listen1创建, 歌曲数:35,歌单数:1,点击查看更多
Specifically from Rakuten TV (live.tv.rakuten.co.jp)
FMI: https://cdm-project.com/How-To/ & https://old.reddit.com/r/Piracy/comments/y30ffr/
- Install Tampermonkey: https://www.tampermonkey.net/
- Install yt-dlp: https://github.com/yt-dlp/yt-dlp#installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| Claude Code Windows Path Fix Script | |
| .DESCRIPTION | |
| Fixes the Windows Bash tool temp file path issue in Claude Code. | |
| THE BUG: | |
| On Windows + Git Bash, Claude Code uses Node.js path.join() to generate | |
| temp file paths. However, path.join on Windows produces backslashes (\). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| Claude Code ink2/render_v2 ANSI Ghost Characters Fix Script (Windows Version) | |
| .DESCRIPTION | |
| Fixes GitHub issue: anthropics/claude-code#19820 (duplicate of #17519) | |
| THE BUG: | |
| When statusLine contains ANSI escapes + Nerd Font icons under ink2/render_v2, | |
| "ghost characters" appear - symbols leak into the message area and persist. |