Skip to content

Instantly share code, notes, and snippets.

View larkinwc's full-sized avatar
🎯
Focusing

Larkin Williams-Capone larkinwc

🎯
Focusing
View GitHub Profile
@larkinwc
larkinwc / noVNCCopyPasteProxmox.user.js
Last active September 12, 2025 20:43 — forked from amunchet/noVNCCopyPasteProxmox.user.js
Copy/Paste for noVNC Proxmox
// ==UserScript==
// @name noVNC Paste for Proxmox (Ctrl+Shift+V)
// @namespace http://tampermonkey.net/
// @version 0.3
// @description Pastes text into a noVNC window using Ctrl+Shift+V
// @author Chester Enright (modified by user request)
// @match https://*/*
// @include /^.*novnc.*/
// @require http://code.jquery.com/jquery-3.3.1.min.js
// @grant none