Siven's Corner

Interesting Projects 01

1.besticon

项目地址:https://github.com/mat/besticon
项目说明:快速获取网站的 icon。
项目部署:docker run -d -e PORT=8080 -p 8080:8080 matthiasluedtke/iconserver

2.staticrypt

项目地址:https://github.com/robinmoisson/staticrypt
项目说明:对静态 HTML 页面进行密码保护,在浏览器中通过 JS 解密,无依赖性。无需服务器逻辑。
使用方式:访问 https://robinmoisson.github.io/staticrypt/, 输入原网页,导出加密后的网页。

3.NetQuality

项目地址:https://github.com/xykt/NetQuality
项目说明:网络质量检测脚本。
使用方式:bash <(curl -Ls Check.Place) -N

4.mazanoke

项目地址:https://github.com/civilblur/mazanoke
项目说明:自托管的本地图像优化器,可在浏览器中运行。
项目部署:可以通过 Cloudflare Page 部署。

5.bili-hardcore

项目地址:https://github.com/Karben233/bili-hardcore
项目说明:bilibili 硬核会员 AI 自动答题脚本,直接调用 B 站 API,非 OCR 实现。
使用方式:看项目的使用说明,自配 api key 即可。

#Project