This file contains 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
// ==UserScript== | |
// @name noVNC Paste as keyboard | |
// @namespace http://tampermonkey.net/ | |
// @version 0.3 | |
// @description Pastes text into a noVNC window by typing key binds. Useful if you need to dump an SSH public key into a system over only VNC or something. Paste the text to be pasted into NoVNC's clipboard window, then activate the script paste button | |
// @author Chester Enright, Pieter-Jan Briers | |
// @match https://console.cp4staging.be/* | |
// @match https://console.level27.eu/* | |
// @grant GM_registerMenuCommand | |
// @grant GM_log |