Skip to content

Instantly share code, notes, and snippets.

View v2os's full-sized avatar
💭
I may be slow to respond.

v2os v2os

💭
I may be slow to respond.
View GitHub Profile
@amunchet
amunchet / noVNCCopyPasteProxmox.user.js
Last active November 11, 2025 16:40
Copy/Paste for noVNC Proxmox
// ==UserScript==
// @name noVNC Paste for Proxmox
// @namespace http://tampermonkey.net/
// @version 0.2a
// @description Pastes text into a noVNC window (for use with Proxmox specifically)
// @author Chester Enright
// @match https://*
// @include /^.*novnc.*/
// @require http://code.jquery.com/jquery-3.3.1.min.js
// @grant none