wget -O ~/.config/htop/htoprc https://gist.github.com/wyf9/b4c4daa15aee9b5560515af1d58ca985/raw/24d52b0f0222cad30f900c8dc6ed6383b6a5979d/htoprc.iniGreasy Fork: https://greasyfork.org/zh-CN/scripts/559121
Before:
in dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MIT License | |
| Copyright (c) 2025 wyf9 | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
Cloudflare Workers / Snippets 版的 PyPI 镜像 (反代)
Important
由 https://github.com/ccbikai/cloudflare-pypi-mirror 修改而来
更详细的介绍请看上面的 Repo, 也请给原作者一个 Star!
一个简单的 Cloudflare Snippet 获取访问者 IP & 归属地 API 脚本
Try it: https://ip.siiway.top
Important
Clash <-> Sharelink 转换功能已拆分为单独的仓库: siiway/urlclash-converter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "identifier": { | |
| "id": "ms-vscode.js-debug" | |
| }, | |
| "preRelease": false, | |
| "version": "1.102.0", | |
| "pinned": false | |
| }, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Cloudflare script for Huggingface by wyf9 | |
| echo "[CFD] v2025.7.18.1" | |
| # * 使用说明: | |
| # 在 Dockerfile 中添加: RUN wget -O cfd.sh https://gist.github.com/wyf9/71ff358636154ab00d90602c3c818763/raw/cfd.sh | |
| # 并将启动命令改为 CMD bash cfd.sh | |
| # 需要提前安装 wget: CMD apt install wget -y | |
| # * 配置环境变量: | |
| # CFD_TOKEN: 你的隧道 token | |
| # CFD_COMMAND: 原本的启动命令 |