buffer

This is the userscript port for https://github.com/feross/buffer/

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.greasyfork.org/scripts/482519/1297748/buffer.js

作者
PYUDNG
版本
0.1.1
建立日期
2023-12-18
更新日期
2023-12-18
授權條款
MIT

The userscript port for https://github.com/feross/buffer/
Additionally, the code of the script is runnable without tampermonkey in common browser environments.

The export object is called BufferExport. To use Buffer or SlowBuffer, Just write BufferExport.Buffer or BufferExport.SlowBuffer in your code.