Greasy Fork is available in English.

buffer

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

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @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.