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)

สคริปต์นี้ไม่ควรถูกติดตั้งโดยตรง มันเป็นคลังสำหรับสคริปต์อื่น ๆ เพื่อบรรจุด้วยคำสั่งเมทา // @require https://update.greasyfork.org/scripts/482520/1298549/metaflacjs.js

ผู้เขียน
PYUDNG
เวอร์ชัน
0.1.4.1
สร้างเมื่อ
18-12-2023
อัปเดตเมื่อ
19-12-2023
สัญญาอนุญาต
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()