diff --git a/README.md b/README.md
index 0f0adcb..7aabe3f 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,18 @@
+## 我的修改
+增加生成SSH Link功能,方便收藏,下次使用不需要输入密码。
+
+
+部署到容器的教程:
+
+https://zelikk.blogspot.com/2023/10/huashengdun-webssh-codesandbox.html
+
+补充 部署到Hugging Face的教程 / 作者 Xiang xjfkkk
+
+https://linux.do/t/topic/135264
+
+
+ 原项目readme (点击展开)
+
## WebSSH
[](https://github.com/huashengdun/webssh/actions/workflows/python.yml)
@@ -210,3 +225,5 @@ wssh --port=8080 --sslport=4433 --certfile='cert.crt' --keyfile='cert.key' --xhe
* For whatever deployment choice you choose, don't forget to enable SSL.
* By default plain http requests from a public network will be either redirected or blocked and being redirected takes precedence over being blocked.
* Try to use reject policy as the missing host key policy along with your verified known_hosts, this will prevent man-in-the-middle attacks. The idea is that it checks the system host keys file("~/.ssh/known_hosts") and the application host keys file("./known_hosts") in order, if the ssh server's hostname is not found or the key is not matched, the connection will be aborted.
+
+
diff --git a/user.js/Build-SSH-Link.user.js b/user.js/Build-SSH-Link.user.js
new file mode 100644
index 0000000..161f427
--- /dev/null
+++ b/user.js/Build-SSH-Link.user.js
@@ -0,0 +1,70 @@
+// ==UserScript==
+// @name Build SSH Link
+// @namespace http://tampermonkey.net/
+// @version 0.1
+// @description Build SSH link for huashengdun-webssh
+// @author ǝɔ∀ǝdʎz∀ɹɔ 👽
+// @match https://ssh.vps.vc/*
+// @match https://ssh.hax.co.id/*
+// @match https://ssh-crazypeace.koyeb.app/*
+// @icon https://www.google.com/s2/favicons?sz=64&domain=koyeb.app
+// @grant none
+// ==/UserScript==
+
+
+(function() {
+ 'use strict';
+
+ // Your code here...
+ // 获取 form 元素
+ var form = document.getElementById("connect");
+
+ /////////////////////
+ // 创建 `