diff --git a/user.js/Build-SSH-Link.user.js b/user.js/Build-SSH-Link.user.js index 79c8acc..eb55c33 100644 --- a/user.js/Build-SSH-Link.user.js +++ b/user.js/Build-SSH-Link.user.js @@ -2,8 +2,8 @@ // @name Build SSH Link // @namespace http://tampermonkey.net/ // @version 0.1 -// @description try to take over the world! -// @author You +// @description Build SSH link for huashengdun-webssh +// @author ǝɔ∀ǝdʎz∀ɹɔ 👽 // @match https://ssh.vps.vc/* // @match https://ssh.hax.co.id/* // @icon https://www.google.com/s2/favicons?sz=64&domain=koyeb.app @@ -63,4 +63,4 @@ function updateSSHlinkA() { sshlinkstr = thisPageProtocol+"//"+thisPageUrl+"/?hostname="+hostnamestr+"&port="+portstr+"&username="+usrnamestr+"&password="+passwdstrAfterBase64; document.getElementById("sshlinkA").innerHTML = sshlinkstr; -} \ No newline at end of file +}