Skip to content

Instantly share code, notes, and snippets.

View robin-collins's full-sized avatar
:shipit:
I may be slow to respond.

Robin Collins robin-collins

:shipit:
I may be slow to respond.
View GitHub Profile
// ==UserScript==
// @name Firefox noVNC Paste for Proxmox
// @namespace http://tampermonkey.net/
// @version 0.3
// @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