mirror of https://github.com/huashengdun/webssh
Build SSH link for huashengdun-webssh
parent
47fa9a2f43
commit
57f99b1051
|
@ -2,8 +2,8 @@
|
||||||
// @name Build SSH Link
|
// @name Build SSH Link
|
||||||
// @namespace http://tampermonkey.net/
|
// @namespace http://tampermonkey.net/
|
||||||
// @version 0.1
|
// @version 0.1
|
||||||
// @description try to take over the world!
|
// @description Build SSH link for huashengdun-webssh
|
||||||
// @author You
|
// @author ǝɔ∀ǝdʎz∀ɹɔ 👽
|
||||||
// @match https://ssh.vps.vc/*
|
// @match https://ssh.vps.vc/*
|
||||||
// @match https://ssh.hax.co.id/*
|
// @match https://ssh.hax.co.id/*
|
||||||
// @icon https://www.google.com/s2/favicons?sz=64&domain=koyeb.app
|
// @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;
|
sshlinkstr = thisPageProtocol+"//"+thisPageUrl+"/?hostname="+hostnamestr+"&port="+portstr+"&username="+usrnamestr+"&password="+passwdstrAfterBase64;
|
||||||
|
|
||||||
document.getElementById("sshlinkA").innerHTML = sshlinkstr;
|
document.getElementById("sshlinkA").innerHTML = sshlinkstr;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue