Skip to content

Instantly share code, notes, and snippets.

View PJB3005's full-sized avatar
🤔
Wondering why anybody would use these status messages.

Pieter-Jan Briers PJB3005

🤔
Wondering why anybody would use these status messages.
View GitHub Profile
@PJB3005
PJB3005 / noVNCPasteAsKeyboard.user.js
Last active April 21, 2023 12:09 — forked from amunchet/noVNCCopyPasteProxmox.user.js
noVNC Paste as keyboard
// ==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