metaflac.js

A pure JavaScript implementation of the metaflac (the official FLAC tool written in C++) (The userscript port for https://github.com/ishowshao/metaflac-js/tree/master)

目前為 2023-12-18 提交的版本,檢視 最新版本

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.gf.qytechs.cn/scripts/482520/1297904/metaflacjs.js

作者
PYUDNG
版本
0.1.4
建立日期
2023-12-18
更新日期
2023-12-18
尺寸
16.0 KB
授權條款
https://github.com/ishowshao/metaflac-js/

The userscript port for https://github.com/ishowshao/metaflac-js/tree/master
A pure JavaScript implementation of the metaflac (the official FLAC tool written in C++)

Note:

  • All file reading are converted into web fetching using GM_xmlhttpRequest. Make sure GM_xmlhttpRequest is granted before using these APIs
  • All file writing are converted into file downloads using <a href="blob:blob url" download="filename.extension"></a>.click()

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址