您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
取得動畫的 m3u8 網址,並可使用 PotPlayer 播放
当前为
本項目修改自 動畫瘋工具箱
v1.6.4
由於 Chrome 更新 bug,導致傳遞參數時 https://
的 :
被吃掉,目前透過剪貼簿來傳遞參數。
注意:需要手動更新 .reg
!
v1.6
支援 PotPlayer / MPV 播放。
.reg
請根據實際安裝路徑與程式名稱自行修改,將下列內容存為文字檔,副檔名改為 .reg
,然後點擊安裝。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\ffmpeg]
@="FFmpeg Download"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\ffmpeg\shell\open\command]
@="powershell -WindowStyle Normal -Command \"& {Add-Type -AssemblyName System.Windows.Forms; $cmd = [System.Windows.Forms.Clipboard]::GetText(); if (-not $cmd) { Write-Host '剪貼簿空白!'; Pause }; Invoke-Expression $cmd;}\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\potplayer\shell\open\command]
@="powershell -WindowStyle Hidden -Command \"& {Add-Type -AssemblyName System.Windows.Forms; $clipboardContent = [System.Windows.Forms.Clipboard]::GetText(); Start-Process -FilePath \\\"C://Program Files//DAUM//PotPlayer//PotPlayerMini64.exe\\\" -ArgumentList $clipboardContent}\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\mpv\shell\open\command]
@="powershell -WindowStyle Hidden -Command \"& {Add-Type -AssemblyName System.Windows.Forms; $clipboardContent = [System.Windows.Forms.Clipboard]::GetText(); Start-Process -FilePath \\\"C://Program Files//mpv//mpv.exe\\\" -ArgumentList $clipboardContent}\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\potplayer\shell\open\command]
@="\"C:\\Program Files\\DAUM\\PotPlayer\\PotPlayerMini64.exe\" \"%1\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\potplayer\shell\open\command]
@="\""C:\\Program Files\\mpv\\mpv.exe" \"%1\""